From d569b6d457685dfb3a4327b4ea56feb94607abc7 Mon Sep 17 00:00:00 2001 From: taochengbo <552920369@qq.com> Date: Sun, 13 Sep 2020 00:41:48 +0800 Subject: [PATCH] =?UTF-8?q?task--=E6=9C=80=E6=96=B03.1sql=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/.yshop.version/yshop-V1.2.pdman.json | 11402 +++++++++++++++++++++ sql/3.0升级3.1sql.sql | 16 +- sql/yshop.pdman.json | 138 +- sql/yshop3.1.sql | 961 +- 4 files changed, 11694 insertions(+), 823 deletions(-) create mode 100644 sql/.yshop.version/yshop-V1.2.pdman.json diff --git a/sql/.yshop.version/yshop-V1.2.pdman.json b/sql/.yshop.version/yshop-V1.2.pdman.json new file mode 100644 index 00000000..576e5e44 --- /dev/null +++ b/sql/.yshop.version/yshop-V1.2.pdman.json @@ -0,0 +1,11402 @@ +{ + "modules": [ + { + "name": "DB_REVERSE_MYSQL", + "chnname": "逆向解析_MYSQL", + "entities": [ + { + "title": "monitor_server", + "chnname": "服务监控", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "cpu_core", + "type": "INT_10", + "chnname": "CPU内核数", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cpu_rate", + "type": "DOUBLE_22", + "chnname": "CPU使用率", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "disk_total", + "type": "DOUBLE_22", + "chnname": "磁盘总量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "disk_used", + "type": "DOUBLE_22", + "chnname": "磁盘使用量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mem_total", + "type": "DOUBLE_22", + "chnname": "内存总数", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mem_used", + "type": "DOUBLE_22", + "chnname": "内存使用量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "port", + "type": "INT_10", + "chnname": "访问端口", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT_10", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "state", + "type": "VARCHAR_255", + "chnname": "状态", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "swap_total", + "type": "DOUBLE_22", + "chnname": "交换区总量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "swap_used", + "type": "DOUBLE_22", + "chnname": "交换区使用量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "address", + "type": "VARCHAR_255", + "chnname": "服务地址", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "edges": [], + "nodes": [] + }, + "associations": [] + }, + { + "name": "tools", + "chnname": "工具模块", + "entities": [ + { + "title": "email_config", + "chnname": "邮箱配置", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "from_user", + "type": "VARCHAR_255", + "chnname": "收件人", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "host", + "type": "VARCHAR_255", + "chnname": "邮件服务器SMTP地址", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pass", + "type": "VARCHAR_255", + "chnname": "密码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "port", + "type": "VARCHAR_255", + "chnname": "端口", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "user", + "type": "VARCHAR_255", + "chnname": "发件者用户名", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "local_storage", + "chnname": "本地存储", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "real_name", + "type": "VARCHAR_255", + "chnname": "文件真实的名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "文件名", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "suffix", + "type": "VARCHAR_255", + "chnname": "后缀", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "path", + "type": "VARCHAR_255", + "chnname": "路径", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_255", + "chnname": "类型", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "size", + "type": "VARCHAR_100", + "chnname": "大小", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "operate", + "type": "VARCHAR_255", + "chnname": "操作人", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "picture", + "chnname": "Sm.Ms图床", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "上传日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "delete_url", + "type": "VARCHAR_255", + "chnname": "删除的URL", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "filename", + "type": "VARCHAR_255", + "chnname": "图片名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "height", + "type": "VARCHAR_255", + "chnname": "图片高度", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "size", + "type": "VARCHAR_255", + "chnname": "图片大小", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "url", + "type": "VARCHAR_255", + "chnname": "图片地址", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "username", + "type": "VARCHAR_255", + "chnname": "用户名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "width", + "type": "VARCHAR_255", + "chnname": "图片宽度", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "md5code", + "type": "VARCHAR_255", + "chnname": "文件的MD5值", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "qiniu_config", + "chnname": "七牛云配置", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "access_key", + "type": "TEXT", + "chnname": "accessKey", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bucket", + "type": "VARCHAR_255", + "chnname": "Bucket 识别符", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "host", + "type": "VARCHAR_255", + "chnname": "外链域名", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "secret_key", + "type": "TEXT", + "chnname": "secretKey", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_255", + "chnname": "空间类型", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "zone", + "type": "VARCHAR_255", + "chnname": "机房", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "qiniu_content", + "chnname": "七牛云文件存储", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "bucket", + "type": "VARCHAR_255", + "chnname": "Bucket 识别符", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "文件名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "size", + "type": "VARCHAR_255", + "chnname": "文件大小", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_255", + "chnname": "文件类型:私有或公开", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "上传或同步的时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "url", + "type": "VARCHAR_255", + "chnname": "文件url", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "suffix", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "verification_code", + "chnname": "验证码", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "code", + "type": "VARCHAR_255", + "chnname": "验证码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "BIT_1", + "chnname": "状态:1有效、0过期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_255", + "chnname": "验证码类型:email或者短信", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "value", + "type": "VARCHAR_255", + "chnname": "接收邮箱或者手机号码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "scenes", + "type": "VARCHAR_255", + "chnname": "业务名称:如重置邮箱、重置密码等", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "alipay_config", + "chnname": "支付宝配置类", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "主键", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "app_id", + "type": "VARCHAR_255", + "chnname": "应用ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "charset", + "type": "VARCHAR_255", + "chnname": "编码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "format", + "type": "VARCHAR_255", + "chnname": "类型 固定格式json", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "gateway_url", + "type": "VARCHAR_255", + "chnname": "网关地址", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "notify_url", + "type": "VARCHAR_255", + "chnname": "异步回调", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "private_key", + "type": "TEXT", + "chnname": "私钥", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "public_key", + "type": "TEXT", + "chnname": "公钥", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "return_url", + "type": "VARCHAR_255", + "chnname": "回调地址", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sign_type", + "type": "VARCHAR_255", + "chnname": "签名方式", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sys_service_provider_id", + "type": "VARCHAR_255", + "chnname": "商户号", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [], + "edges": [] + } + }, + { + "name": "logging", + "chnname": "日志", + "entities": [ + { + "title": "log", + "chnname": "系统日志", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "description", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "exception_detail", + "type": "TEXT", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "log_type", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "method", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "params", + "type": "TEXT", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "request_ip", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "time", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "username", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "address", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "browser", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [], + "edges": [] + }, + "associations": [] + }, + { + "name": "gen", + "chnname": "代码生成", + "entities": [ + { + "title": "gen_test", + "chnname": "代码生成测试", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sex", + "type": "INT_10", + "chnname": "性别", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "column_config", + "chnname": "代码生成字段信息存储", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "table_name", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "column_name", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "column_type", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "dict_name", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "extra", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "form_show", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "form_type", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "key_type", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "list_show", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "not_null", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "query_type", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "remark", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "date_annotation", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "gen_config", + "chnname": "代码生成器配置", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "table_name", + "type": "VARCHAR_255", + "chnname": "表名", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "author", + "type": "VARCHAR_255", + "chnname": "作者", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cover", + "type": "BIT_1", + "chnname": "是否覆盖", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "module_name", + "type": "VARCHAR_255", + "chnname": "模块名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pack", + "type": "VARCHAR_255", + "chnname": "至于哪个包下", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "path", + "type": "VARCHAR_255", + "chnname": "前端代码生成的路径", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "api_path", + "type": "VARCHAR_255", + "chnname": "前端Api文件路径", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "prefix", + "type": "VARCHAR_255", + "chnname": "表前缀", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "api_alias", + "type": "VARCHAR_255", + "chnname": "接口名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [ + { + "shape": "table", + "title": "column_config", + "moduleName": false, + "x": 288.359375, + "y": 279, + "id": "09a1ceae" + }, + { + "shape": "table", + "title": "gen_config", + "moduleName": false, + "x": 760, + "y": 200, + "id": "2e380491" + } + ], + "edges": [] + }, + "associations": [] + }, + { + "name": "monitor", + "chnname": "", + "entities": [ + { + "title": "visits", + "chnname": "访客记录", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "date", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "ip_counts", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pv_counts", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "week_day", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [], + "edges": [] + }, + "associations": [] + }, + { + "name": "quartz", + "chnname": "定时任务", + "entities": [ + { + "title": "quartz_job", + "chnname": "定时任务", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "bean_name", + "type": "VARCHAR_255", + "chnname": "Spring Bean名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cron_expression", + "type": "VARCHAR_255", + "chnname": "cron 表达式", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_pause", + "type": "BIT_1", + "chnname": "状态:1暂停、0启用", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "job_name", + "type": "VARCHAR_255", + "chnname": "任务名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "method_name", + "type": "VARCHAR_255", + "chnname": "方法名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "params", + "type": "VARCHAR_255", + "chnname": "参数", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "remark", + "type": "VARCHAR_255", + "chnname": "备注", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "quartz_log", + "chnname": "定时任务日志", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "baen_name", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cron_expression", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "exception_detail", + "type": "TEXT", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_success", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "job_name", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "method_name", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "params", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "time", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [ + { + "shape": "table", + "title": "quartz_job", + "moduleName": false, + "x": 422.359375, + "y": 367, + "id": "4b2bda89" + }, + { + "shape": "table", + "title": "quartz_log", + "moduleName": false, + "x": 890, + "y": 340, + "id": "b47ba8e0" + } + ], + "edges": [ + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "b47ba8e0", + "target": "4b2bda89", + "id": "01afd2ee", + "controlPoints": [ + { + "x": 759.2236328125, + "y": 356.3101851851852 + }, + { + "x": 608.0595703125, + "y": 354.9063636363636 + } + ], + "sourceAnchor": 12, + "targetAnchor": 9 + } + ] + }, + "associations": [ + { + "relation": "0,n:1", + "from": { + "entity": "quartz_log", + "field": "job_name" + }, + "to": { + "entity": "quartz_job", + "field": "job_name" + } + } + ] + }, + { + "name": "system", + "chnname": "系统模块", + "entities": [ + { + "title": "users_roles", + "chnname": "用户角色关联", + "fields": [ + { + "name": "user_id", + "type": "BIGINT_19", + "chnname": "用户ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "role_id", + "type": "BIGINT_19", + "chnname": "角色ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "roles_menus", + "chnname": "角色菜单关联", + "fields": [ + { + "name": "menu_id", + "type": "BIGINT_19", + "chnname": "菜单ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "role_id", + "type": "BIGINT_19", + "chnname": "角色ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "roles_depts", + "chnname": "角色部门关联", + "fields": [ + { + "name": "role_id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "dept_id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "user_avatar", + "chnname": "系统用户头像", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "real_name", + "type": "VARCHAR_255", + "chnname": "真实文件名", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "path", + "type": "VARCHAR_255", + "chnname": "路径", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "size", + "type": "VARCHAR_255", + "chnname": "大小", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "role", + "chnname": "角色表", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "remark", + "type": "VARCHAR_255", + "chnname": "备注", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "data_scope", + "type": "VARCHAR_255", + "chnname": "数据权限", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "level", + "type": "INT_10", + "chnname": "角色级别", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "permission", + "type": "VARCHAR_255", + "chnname": "功能权限", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "dict", + "chnname": "数据字典", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "字典名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "remark", + "type": "VARCHAR_255", + "chnname": "描述", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "dict_detail", + "chnname": "数据字典详情", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "label", + "type": "VARCHAR_255", + "chnname": "字典标签", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "value", + "type": "VARCHAR_255", + "chnname": "字典值", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "VARCHAR_255", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "dict_id", + "type": "BIGINT_19", + "chnname": "字典id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "dept", + "chnname": "部门", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pid", + "type": "BIGINT_19", + "chnname": "上级部门", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "enabled", + "type": "BIT_1", + "chnname": "状态", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "menu", + "chnname": "", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "i_frame", + "type": "BIT_1", + "chnname": "是否外链", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "菜单名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "component", + "type": "VARCHAR_255", + "chnname": "组件", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pid", + "type": "BIGINT_19", + "chnname": "上级菜单ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "BIGINT_19", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "icon", + "type": "VARCHAR_255", + "chnname": "图标", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "path", + "type": "VARCHAR_255", + "chnname": "链接地址", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cache", + "type": "BIT_1", + "chnname": "缓存", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "hidden", + "type": "BIT_1", + "chnname": "是否隐藏", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "component_name", + "type": "VARCHAR_20", + "chnname": "组件名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "permission", + "type": "VARCHAR_255", + "chnname": "权限", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "INT_10", + "chnname": "类型", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "job", + "chnname": "岗位", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "岗位名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "enabled", + "type": "BIT_1", + "chnname": "岗位状态", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "BIGINT_19", + "chnname": "岗位排序", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "dept_id", + "type": "BIGINT_19", + "chnname": "部门ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "user", + "chnname": "系统用户", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "avatar_id", + "type": "BIGINT_19", + "chnname": "头像", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "email", + "type": "VARCHAR_255", + "chnname": "邮箱", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "enabled", + "type": "BIGINT_19", + "chnname": "状态:1启用、0禁用", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "password", + "type": "VARCHAR_255", + "chnname": "密码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "username", + "type": "VARCHAR_255", + "chnname": "用户名", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "dept_id", + "type": "BIGINT_19", + "chnname": "部门名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "phone", + "type": "VARCHAR_255", + "chnname": "手机号码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "job_id", + "type": "BIGINT_19", + "chnname": "岗位名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "last_password_reset_time", + "type": "DATETIME", + "chnname": "最后修改密码的日期", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "nick_name", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sex", + "type": "VARCHAR_255", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [ + { + "shape": "table", + "title": "user", + "moduleName": false, + "x": 730, + "y": 200, + "id": "42584636" + }, + { + "shape": "table", + "title": "menu", + "moduleName": false, + "x": 230, + "y": 580, + "id": "faa9e561" + }, + { + "shape": "table", + "title": "dict_detail", + "moduleName": false, + "x": 1440, + "y": 720, + "id": "de6d0d5f" + }, + { + "shape": "table", + "title": "dict", + "moduleName": false, + "x": 1080, + "y": 770, + "id": "2e3e2ccb" + }, + { + "shape": "table", + "title": "user_avatar", + "moduleName": false, + "x": 220, + "y": 100, + "id": "794cd430" + }, + { + "shape": "table", + "title": "job", + "moduleName": false, + "x": 240, + "y": 290, + "id": "fe1aecfe" + }, + { + "shape": "table", + "title": "roles_menus", + "moduleName": false, + "x": 550, + "y": 490, + "id": "0ba651c7" + }, + { + "shape": "table", + "title": "role", + "moduleName": false, + "x": 850, + "y": 570, + "id": "2dd8b462" + }, + { + "shape": "table", + "title": "roles_depts", + "moduleName": false, + "x": 1140, + "y": 490, + "id": "759d8dd0" + }, + { + "shape": "table", + "title": "users_roles", + "moduleName": false, + "x": 1210, + "y": 50, + "id": "e76717e1" + }, + { + "shape": "table", + "title": "dept", + "moduleName": false, + "x": 1200, + "y": 240, + "id": "2ecdc324" + } + ], + "edges": [ + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "42584636", + "target": "fe1aecfe", + "id": "a7e02413", + "controlPoints": [ + { + "x": 518.6240234375, + "y": 225.91161616161617 + }, + { + "x": 384.025390625, + "y": 232.19736842105263 + } + ], + "sourceAnchor": 16, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "42584636", + "target": "2ecdc324", + "id": "99cdad68", + "controlPoints": [ + { + "x": 941.3759765625, + "y": 187.46212121212122 + }, + { + "x": 1055.974609375, + "y": 192.22058823529412 + } + ], + "sourceAnchor": 13, + "targetAnchor": 0 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "de6d0d5f", + "target": "2e3e2ccb", + "id": "0f30581b", + "controlPoints": [ + { + "x": 1296.224609375, + "y": 736.3355263157895 + }, + { + "x": 1223.775390625, + "y": 732.25 + } + ], + "sourceAnchor": 8, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "42584636", + "target": "794cd430", + "id": "618c6bc6", + "controlPoints": [ + { + "x": 518.6240234375, + "y": 91.33838383838385 + }, + { + "x": 368.099609375, + "y": 72.28846153846153 + } + ], + "sourceAnchor": 2, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "0ba651c7", + "target": "faa9e561", + "id": "fdb423ea", + "controlPoints": [ + { + "x": 422.126953125, + "y": 492.281914893617 + }, + { + "x": 395.0341796875, + "y": 442.10714285714283 + } + ], + "sourceAnchor": 0, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "0ba651c7", + "target": "2dd8b462", + "id": "882b95a1", + "controlPoints": [ + { + "x": 677.873046875, + "y": 512.8191489361702 + }, + { + "x": 705.974609375, + "y": 502.17857142857144 + } + ], + "sourceAnchor": 3, + "targetAnchor": 0 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "759d8dd0", + "target": "2dd8b462", + "id": "7a7a3350", + "controlPoints": [ + { + "x": 1034.2080078125, + "y": 492.281914893617 + }, + { + "x": 994.025390625, + "y": 502.17857142857144 + } + ], + "sourceAnchor": 0, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "759d8dd0", + "target": "2ecdc324", + "id": "a9e0dc69", + "controlPoints": [ + { + "x": 1245.7919921875, + "y": 506.48049645390074 + }, + { + "x": 1440, + "y": 500 + }, + { + "x": 1440, + "y": 190 + }, + { + "x": 1344.025390625, + "y": 192.22058823529412 + } + ], + "sourceAnchor": 3, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "e76717e1", + "target": "42584636", + "id": "6179129e", + "controlPoints": [ + { + "x": 1085.4638671875, + "y": 52.28191489361702 + }, + { + "x": 941.3759765625, + "y": 72.11363636363636 + } + ], + "sourceAnchor": 0, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "e76717e1", + "target": "2dd8b462", + "id": "c796f9c9", + "controlPoints": [ + { + "x": 1334.5361328125, + "y": 72.81914893617022 + }, + { + "x": 1480, + "y": 70 + }, + { + "x": 1490, + "y": 580 + }, + { + "x": 1030, + "y": 590 + }, + { + "x": 994.025390625, + "y": 502.17857142857144 + } + ], + "sourceAnchor": 3, + "targetAnchor": 1 + } + ] + }, + "associations": [ + { + "relation": "0,n:1", + "from": { + "entity": "user", + "field": "job_id" + }, + "to": { + "entity": "job", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "user", + "field": "dept_id" + }, + "to": { + "entity": "dept", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "dict_detail", + "field": "dict_id" + }, + "to": { + "entity": "dict", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "user", + "field": "avatar_id" + }, + "to": { + "entity": "user_avatar", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "roles_menus", + "field": "menu_id" + }, + "to": { + "entity": "menu", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "roles_menus", + "field": "role_id" + }, + "to": { + "entity": "role", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "roles_depts", + "field": "role_id" + }, + "to": { + "entity": "role", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "roles_depts", + "field": "dept_id" + }, + "to": { + "entity": "dept", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "users_roles", + "field": "user_id" + }, + "to": { + "entity": "user", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "users_roles", + "field": "role_id" + }, + "to": { + "entity": "role", + "field": "id" + } + } + ] + }, + { + "name": "activity", + "chnname": "活动", + "entities": [ + { + "title": "yx_store_seckill", + "chnname": "商品秒杀产品表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "商品秒杀产品表id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "商品id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "image", + "type": "VARCHAR_255", + "chnname": "推荐图", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "images", + "type": "VARCHAR_2000", + "chnname": "轮播图", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "title", + "type": "VARCHAR_255", + "chnname": "活动标题", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "info", + "type": "VARCHAR_255", + "chnname": "简介", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "DECIMAL UNSIGNED_10_2", + "chnname": "价格", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cost", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "成本", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "ot_price", + "type": "DECIMAL UNSIGNED_10_2", + "chnname": "原价", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "give_integral", + "type": "DECIMAL UNSIGNED_10_2", + "chnname": "返多少积分", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT UNSIGNED_10", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "stock", + "type": "INT UNSIGNED_10", + "chnname": "库存", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sales", + "type": "INT UNSIGNED_10", + "chnname": "销量", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "unit_name", + "type": "VARCHAR_16", + "chnname": "单位名", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "postage", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "邮费", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "description", + "type": "TEXT", + "chnname": "内容", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "start_time", + "type": "DATE", + "chnname": "开始时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "stop_time", + "type": "DATE", + "chnname": "结束时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT UNSIGNED_1", + "chnname": "产品状态", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_postage", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否包邮", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_hot", + "type": "TINYINT UNSIGNED_1", + "chnname": "热门推荐", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "删除 0未删除1已删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "num", + "type": "INT UNSIGNED_10", + "chnname": "最多秒杀几个", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_show", + "type": "TINYINT UNSIGNED_1", + "chnname": "显示", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "time_id", + "type": "INT UNSIGNED_10", + "chnname": "时间段id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "spec_type", + "type": "BIT_1", + "chnname": "规格 0单 1多", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "temp_id", + "type": "INT_10", + "chnname": "运费模板id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_pink", + "chnname": "拼团表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "order_id", + "type": "VARCHAR_32", + "chnname": "订单id 生成", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "order_id_key", + "type": "INT UNSIGNED_10", + "chnname": "订单id 数据库", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "total_num", + "type": "INT UNSIGNED_10", + "chnname": "购买商品个数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "total_price", + "type": "DECIMAL UNSIGNED_10_2", + "chnname": "购买总金额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cid", + "type": "BIGINT UNSIGNED_20", + "chnname": "拼团产品id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pid", + "type": "BIGINT UNSIGNED_20", + "chnname": "产品id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "people", + "type": "INT UNSIGNED_10", + "chnname": "拼图总人数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "DECIMAL UNSIGNED_10_2", + "chnname": "拼团产品单价", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "开始时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "stop_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "k_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "团长id 0为团长", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_tpl", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否发送模板消息0未发送1已发送", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_refund", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否退款 0未退款 1已退款", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT UNSIGNED_1", + "chnname": "状态1进行中2已完成3未完成", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_coupon_user", + "chnname": "优惠券发放记录表", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "优惠券发放记录id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "cid", + "type": "INT UNSIGNED_10", + "chnname": "兑换的项目id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "优惠券所属用户", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "coupon_title", + "type": "VARCHAR_32", + "chnname": "优惠券名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "coupon_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "优惠券的面值", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "use_min_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "最低消费多少金额可用优惠券", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "优惠券创建时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "end_time", + "type": "DATETIME", + "chnname": "优惠券结束时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "use_time", + "type": "DATETIME", + "chnname": "使用时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_32", + "chnname": "获取方式", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "BIT_1", + "chnname": "状态(0:未使用,1:已使用, 2:已过期)", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_fail", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否有效", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_coupon_issue_user", + "chnname": "优惠券前台用户领取记录表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT_19", + "chnname": "领取优惠券用户ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "issue_coupon_id", + "type": "INT_10", + "chnname": "优惠券前台领取ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "领取时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_coupon_issue", + "chnname": "优惠券前台领取表", + "fields": [ + { + "name": "id", + "type": "INT UNSIGNED_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "cname", + "type": "VARCHAR_50", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cid", + "type": "INT_10", + "chnname": "优惠券ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "ctype", + "type": "BIT_1", + "chnname": "优惠券类型 0-通用 1-商品券", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "start_time", + "type": "DATETIME", + "chnname": "优惠券领取开启时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "end_time", + "type": "DATETIME", + "chnname": "优惠券领取结束时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "total_count", + "type": "INT_10", + "chnname": "优惠券领取数量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "remain_count", + "type": "INT_10", + "chnname": "优惠券剩余领取数量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_permanent", + "type": "BIT_1", + "chnname": "是否无限张数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "BIT_1", + "chnname": "1 正常 0 未开启 -1 已无效", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "优惠券添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_coupon", + "chnname": "优惠券表", + "fields": [ + { + "name": "id", + "type": "INT UNSIGNED_10", + "chnname": "优惠券表ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "title", + "type": "VARCHAR_64", + "chnname": "优惠券名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "integral", + "type": "INT UNSIGNED_10", + "chnname": "兑换消耗积分值", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "coupon_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "兑换的优惠券面值", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "use_min_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "最低消费多少金额可用优惠券", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "coupon_time", + "type": "INT UNSIGNED_10", + "chnname": "优惠券有效期限(单位:天)", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT UNSIGNED_10", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT UNSIGNED_1", + "chnname": "状态(0:关闭,1:开启)", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "VARCHAR_200", + "chnname": "商品ids", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "TINYINT_3", + "chnname": "优惠券类型 0-通用 1-商品券", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "兑换项目添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_combination", + "chnname": "拼团产品表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "商品id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mer_id", + "type": "INT UNSIGNED_10", + "chnname": "商户id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "image", + "type": "VARCHAR_255", + "chnname": "推荐图", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "images", + "type": "VARCHAR_2000", + "chnname": "轮播图", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "title", + "type": "VARCHAR_255", + "chnname": "活动标题", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "attr", + "type": "VARCHAR_255", + "chnname": "活动属性", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "people", + "type": "INT UNSIGNED_10", + "chnname": "参团人数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "info", + "type": "VARCHAR_255", + "chnname": "简介", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "DECIMAL UNSIGNED_10_2", + "chnname": "价格", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_price", + "type": "DECIMAL_10_2", + "chnname": "商品原价", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT UNSIGNED_10", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sales", + "type": "INT UNSIGNED_10", + "chnname": "销量", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "stock", + "type": "INT UNSIGNED_10", + "chnname": "库存", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_host", + "type": "TINYINT UNSIGNED_1", + "chnname": "推荐", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_show", + "type": "TINYINT UNSIGNED_1", + "chnname": "产品状态", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "combination", + "type": "TINYINT UNSIGNED_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mer_use", + "type": "TINYINT UNSIGNED_1", + "chnname": "商户是否可用1可用0不可用", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "description", + "type": "TEXT", + "chnname": "拼团内容", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "start_time", + "type": "DATETIME", + "chnname": "拼团开始时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "stop_time", + "type": "DATETIME", + "chnname": "拼团结束时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "effective_time", + "type": "INT_10", + "chnname": "拼团订单有效时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cost", + "type": "INT UNSIGNED_10", + "chnname": "拼图产品成本", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "browse", + "type": "INT_10", + "chnname": "浏览量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "unit_name", + "type": "VARCHAR_32", + "chnname": "单位名", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "spec_type", + "type": "BIT_1", + "chnname": "规格 0单 1多", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "temp_id", + "type": "INT_10", + "chnname": "运费模板ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_bargain_user_help", + "chnname": "砍价用户帮助表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "砍价用户帮助表ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "帮助的用户id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bargain_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "砍价产品ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bargain_user_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户参与砍价表id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "帮助砍价多少金额", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_bargain_user", + "chnname": "用户参与砍价表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户参与砍价表ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bargain_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "砍价产品id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bargain_price_min", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "砍价的最低价", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bargain_price", + "type": "DECIMAL_8_2", + "chnname": "砍价金额", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "砍掉的价格", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT UNSIGNED_1", + "chnname": "状态 1参与中 2 活动结束参与失败 3活动结束参与成功", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "参与时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "是否取消", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_bargain", + "chnname": "砍价表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "砍价产品ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "关联产品ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "title", + "type": "VARCHAR_255", + "chnname": "砍价活动名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "image", + "type": "VARCHAR_150", + "chnname": "砍价活动图片", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "unit_name", + "type": "VARCHAR_16", + "chnname": "单位名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "stock", + "type": "INT UNSIGNED_10", + "chnname": "库存", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sales", + "type": "INT UNSIGNED_10", + "chnname": "销量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "images", + "type": "VARCHAR_2000", + "chnname": "砍价产品轮播图", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "start_time", + "type": "DATETIME", + "chnname": "砍价开启时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "stop_time", + "type": "DATETIME", + "chnname": "砍价结束时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "store_name", + "type": "VARCHAR_255", + "chnname": "砍价产品名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "砍价金额", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "min_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "砍价商品最低价", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "num", + "type": "INT UNSIGNED_10", + "chnname": "每次购买的砍价产品数量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bargain_max_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "用户每次砍价的最大金额", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bargain_min_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "用户每次砍价的最小金额", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bargain_num", + "type": "INT UNSIGNED_10", + "chnname": "用户每次砍价的次数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT UNSIGNED_1", + "chnname": "砍价状态 0(到砍价时间不自动开启) 1(到砍价时间自动开启时间)", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "description", + "type": "TEXT", + "chnname": "砍价详情", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "give_integral", + "type": "DECIMAL UNSIGNED_10_2", + "chnname": "反多少积分", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "info", + "type": "VARCHAR_255", + "chnname": "砍价活动简介", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cost", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "成本价", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT UNSIGNED_10", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_hot", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否推荐0不推荐1推荐", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否删除 0未删除 1删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_postage", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否包邮 0不包邮 1包邮", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "postage", + "type": "DECIMAL UNSIGNED_10_2", + "chnname": "邮费", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "rule", + "type": "TEXT", + "chnname": "砍价规则", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "look", + "type": "INT UNSIGNED_10", + "chnname": "砍价产品浏览量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "share", + "type": "INT UNSIGNED_10", + "chnname": "砍价产品分享量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_visit", + "chnname": "产品浏览分析表", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "INT_10", + "chnname": "产品ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_type", + "type": "VARCHAR_32", + "chnname": "产品类型", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cate_id", + "type": "INT_10", + "chnname": "产品分类ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "CHAR_50", + "chnname": "产品类型", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "uid", + "type": "INT_10", + "chnname": "用户ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "count", + "type": "INT_10", + "chnname": "访问次数", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "content", + "type": "VARCHAR_255", + "chnname": "备注描述", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "add_time", + "type": "INT_10", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [ + { + "shape": "table", + "title": "yx_store_pink", + "moduleName": false, + "x": 310, + "y": 580, + "id": "13513a4e" + }, + { + "shape": "table", + "title": "yx_store_coupon", + "moduleName": false, + "x": 600, + "y": 180, + "id": "2b6bf508" + }, + { + "shape": "table", + "title": "yx_store_coupon_user", + "moduleName": false, + "x": 1310, + "y": 190, + "id": "aa29268e" + }, + { + "shape": "table", + "title": "yx_store_coupon_issue", + "moduleName": false, + "x": 1270, + "y": 580, + "id": "74e5a8f0" + }, + { + "shape": "table", + "title": "yx_store_coupon_issue_user", + "moduleName": false, + "x": 790, + "y": 610, + "id": "dfd12dd0" + }, + { + "shape": "table", + "title": "yx_store_bargain", + "moduleName": false, + "x": -160, + "y": -50, + "id": "1de36ee3" + }, + { + "shape": "table", + "title": "yx_store_bargain_user", + "moduleName": false, + "x": 590, + "y": -340, + "id": "14a47167" + }, + { + "shape": "table", + "title": "yx_store_bargain_user_help", + "moduleName": false, + "x": 490, + "y": -100, + "id": "e979c0f8" + } + ], + "edges": [ + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "aa29268e", + "target": "2b6bf508", + "id": "a8da6c7b", + "controlPoints": [ + { + "x": 1041.849609375, + "y": 91.2897465437788 + }, + { + "x": 835.138671875, + "y": 72.12931034482759 + } + ], + "sourceAnchor": 2, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "74e5a8f0", + "target": "2b6bf508", + "id": "6abf3f7d", + "controlPoints": [ + { + "x": 1051.787109375, + "y": 510.3375331564987 + }, + { + "x": 835.138671875, + "y": 72.12931034482759 + } + ], + "sourceAnchor": 4, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "dfd12dd0", + "target": "74e5a8f0", + "id": "0433262a", + "controlPoints": [ + { + "x": 991.1455078125, + "y": 608.3222222222222 + }, + { + "x": 1051.787109375, + "y": 472.12931034482756 + } + ], + "sourceAnchor": 5, + "targetAnchor": 0 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "14a47167", + "target": "1de36ee3", + "id": "e528de82", + "controlPoints": [ + { + "x": 279.8408203125, + "y": -377.6630434782609 + }, + { + "x": 182.1513671875, + "y": -347.9440298507463 + } + ], + "sourceAnchor": 4, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "e979c0f8", + "target": "1de36ee3", + "id": "b2e7774f", + "controlPoints": [ + { + "x": 280.6005859375, + "y": -120.73355263157895 + }, + { + "x": 182.1513671875, + "y": -347.9440298507463 + } + ], + "sourceAnchor": 4, + "targetAnchor": 1 + } + ] + }, + "associations": [ + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_coupon_user", + "field": "cid" + }, + "to": { + "entity": "yx_store_coupon", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_coupon_issue", + "field": "cid" + }, + "to": { + "entity": "yx_store_coupon", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_coupon_issue_user", + "field": "issue_coupon_id" + }, + "to": { + "entity": "yx_store_coupon_issue", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_bargain_user", + "field": "bargain_id" + }, + "to": { + "entity": "yx_store_bargain", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_bargain_user_help", + "field": "bargain_id" + }, + "to": { + "entity": "yx_store_bargain", + "field": "id" + } + } + ] + }, + { + "name": "cart", + "chnname": "购物车", + "entities": [ + { + "title": "yx_store_cart", + "chnname": "购物车表", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "购物车表ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_32", + "chnname": "类型", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "商品ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_attr_unique", + "type": "VARCHAR_50", + "chnname": "商品属性", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cart_num", + "type": "SMALLINT UNSIGNED_5", + "chnname": "商品数量", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_pay", + "type": "BIT_1", + "chnname": "0 = 未购买 1 = 已购买", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "是否删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_new", + "type": "BIT_1", + "chnname": "是否为立即购买", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "combination_id", + "type": "INT UNSIGNED_10", + "chnname": "拼团id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "seckill_id", + "type": "INT UNSIGNED_10", + "chnname": "秒杀产品ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bargain_id", + "type": "INT UNSIGNED_10", + "chnname": "砍价id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [], + "edges": [] + } + }, + { + "name": "category", + "chnname": "商品分类", + "entities": [ + { + "title": "yx_store_category", + "chnname": "商品分类表", + "fields": [ + { + "name": "id", + "type": "MEDIUMINT_7", + "chnname": "商品分类表ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "pid", + "type": "MEDIUMINT_7", + "chnname": "父id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cate_name", + "type": "VARCHAR_100", + "chnname": "分类名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "MEDIUMINT_7", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pic", + "type": "VARCHAR_128", + "chnname": "图标", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_show", + "type": "BIT_1", + "chnname": "是否推荐", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "删除状态", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [], + "edges": [] + } + }, + { + "name": "order", + "chnname": "订单", + "entities": [ + { + "title": "yx_store_order", + "chnname": "订单表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "订单ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "order_id", + "type": "VARCHAR_32", + "chnname": "订单号", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "extend_order_id", + "type": "VARCHAR_32", + "chnname": "额外订单号", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "real_name", + "type": "VARCHAR_32", + "chnname": "用户姓名", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "user_phone", + "type": "VARCHAR_18", + "chnname": "用户电话", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "user_address", + "type": "VARCHAR_100", + "chnname": "详细地址", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cart_id", + "type": "VARCHAR_256", + "chnname": "购物车id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "freight_price", + "type": "DECIMAL_8_2", + "chnname": "运费金额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "total_num", + "type": "INT UNSIGNED_10", + "chnname": "订单商品总数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "total_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "订单总价", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "total_postage", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "邮费", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pay_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "实际支付金额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pay_postage", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "支付邮费", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "deduction_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "抵扣金额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "coupon_id", + "type": "INT UNSIGNED_10", + "chnname": "优惠券id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "coupon_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "优惠券金额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "paid", + "type": "TINYINT UNSIGNED_1", + "chnname": "支付状态", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pay_time", + "type": "DATETIME", + "chnname": "支付时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pay_type", + "type": "VARCHAR_32", + "chnname": "支付方式", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "BIT_1", + "chnname": "订单状态(-1 : 申请退款 -2 : 退货成功 0:待发货;1:待收货;2:已收货;3:已完成;-1:已退款)", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "refund_status", + "type": "TINYINT UNSIGNED_1", + "chnname": "0 未退款 1 申请中 2 已退款", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "refund_reason_wap_img", + "type": "VARCHAR_255", + "chnname": "退款图片", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "refund_reason_wap_explain", + "type": "VARCHAR_255", + "chnname": "退款用户说明", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "refund_reason_time", + "type": "DATETIME", + "chnname": "退款时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "refund_reason_wap", + "type": "VARCHAR_255", + "chnname": "前台退款原因", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "refund_reason", + "type": "VARCHAR_255", + "chnname": "不退款的理由", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "refund_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "退款金额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "delivery_sn", + "type": "VARCHAR_100", + "chnname": "快递公司编号", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "delivery_name", + "type": "VARCHAR_64", + "chnname": "快递名称/送货人姓名", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "delivery_type", + "type": "VARCHAR_32", + "chnname": "发货类型", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "delivery_id", + "type": "VARCHAR_64", + "chnname": "快递单号/手机号", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "gain_integral", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "消费赚取积分", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "use_integral", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "使用积分", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "back_integral", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "给用户退了多少积分", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mark", + "type": "VARCHAR_512", + "chnname": "备注", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "unique", + "type": "CHAR_32", + "chnname": "唯一id(md5加密)类似id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "remark", + "type": "VARCHAR_512", + "chnname": "管理员备注", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mer_id", + "type": "INT UNSIGNED_10", + "chnname": "商户ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_mer_check", + "type": "TINYINT UNSIGNED_3", + "chnname": "", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "combination_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "拼团产品id0一般产品", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pink_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "拼团id 0没有拼团", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cost", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "成本价", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "seckill_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "秒杀产品ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bargain_id", + "type": "INT UNSIGNED_10", + "chnname": "砍价id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "verify_code", + "type": "VARCHAR_50", + "chnname": "核销码", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "store_id", + "type": "INT_10", + "chnname": "门店id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "shipping_type", + "type": "BIT_1", + "chnname": "配送方式 1=快递 ,2=门店自提", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_channel", + "type": "TINYINT UNSIGNED_1", + "chnname": "支付渠道(0微信公众号1微信小程序)", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_remind", + "type": "TINYINT UNSIGNED_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_system_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_order_cart_info", + "chnname": "订单购物详情表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "oid", + "type": "BIGINT UNSIGNED_20", + "chnname": "订单id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cart_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "购物车id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "商品ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cart_info", + "type": "TEXT", + "chnname": "购买东西的详细信息", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "unique", + "type": "VARCHAR_50", + "chnname": "唯一id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_order_status", + "chnname": "订单操作记录表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "oid", + "type": "BIGINT UNSIGNED_20", + "chnname": "订单id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "change_type", + "type": "VARCHAR_32", + "chnname": "操作类型", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "change_message", + "type": "VARCHAR_256", + "chnname": "操作备注", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "change_time", + "type": "DATETIME", + "chnname": "操作时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_express", + "chnname": "快递公司表", + "fields": [ + { + "name": "id", + "type": "MEDIUMINT UNSIGNED_8", + "chnname": "快递公司id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "code", + "type": "VARCHAR_50", + "chnname": "快递公司简称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_50", + "chnname": "快递公司全称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT_10", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_show", + "type": "BIT_1", + "chnname": "是否显示", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT_3", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [ + { + "shape": "table", + "title": "yx_store_order", + "moduleName": false, + "x": 610, + "y": 550, + "id": "0eda0dc5" + }, + { + "shape": "table", + "title": "yx_store_order_cart_info", + "moduleName": false, + "x": 1370, + "y": 70, + "id": "1412580b" + }, + { + "shape": "table", + "title": "yx_store_cart", + "moduleName": "cart", + "x": 1410, + "y": 330, + "id": "bcf3c95c" + }, + { + "shape": "table", + "title": "yx_store_order_status", + "moduleName": false, + "x": 1380, + "y": 610, + "id": "f5488e91" + } + ], + "edges": [ + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "1412580b", + "target": "0eda0dc5", + "id": "6f47eff5", + "controlPoints": [ + { + "x": 1179.8701171875, + "y": 52.38333333333334 + }, + { + "x": 1074.1962890625, + "y": 32.03378378378378 + } + ], + "sourceAnchor": 2, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "1412580b", + "target": "bcf3c95c", + "id": "2c239ffd", + "controlPoints": [ + { + "x": 1179.8701171875, + "y": 72.51666666666668 + }, + { + "x": 1120, + "y": 70 + }, + { + "x": 1120, + "y": 210 + }, + { + "x": 1184.4970703125, + "y": 212.1209677419355 + } + ], + "sourceAnchor": 4, + "targetAnchor": 0 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "f5488e91", + "target": "0eda0dc5", + "id": "70641526", + "controlPoints": [ + { + "x": 1200.5224609375, + "y": 602.4423076923077 + }, + { + "x": 1130, + "y": 450 + }, + { + "x": 1074.1962890625, + "y": 32.03378378378378 + } + ], + "sourceAnchor": 2, + "targetAnchor": 1 + } + ] + }, + "associations": [ + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_order_cart_info", + "field": "oid" + }, + "to": { + "entity": "yx_store_order", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_order_cart_info", + "field": "cart_id" + }, + "to": { + "entity": "yx_store_cart", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_order_status", + "field": "oid" + }, + "to": { + "entity": "yx_store_order", + "field": "id" + } + } + ] + }, + { + "name": "product", + "chnname": "商品模块", + "entities": [ + { + "title": "yx_store_product_reply", + "chnname": "评论表", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "评论ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT_19", + "chnname": "用户ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "oid", + "type": "BIGINT_19", + "chnname": "订单ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "unique", + "type": "CHAR_32", + "chnname": "唯一id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT_19", + "chnname": "产品id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "reply_type", + "type": "VARCHAR_32", + "chnname": "某种商品类型(普通商品、秒杀商品)", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_score", + "type": "BIT_1", + "chnname": "商品分数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "service_score", + "type": "BIT_1", + "chnname": "服务分数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "comment", + "type": "VARCHAR_512", + "chnname": "评论内容", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pics", + "type": "TEXT", + "chnname": "评论图片", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "评论时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "merchant_reply_content", + "type": "VARCHAR_300", + "chnname": "管理员回复内容", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "merchant_reply_time", + "type": "DATETIME", + "chnname": "管理员回复时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "0未删除1已删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_reply", + "type": "BIT_1", + "chnname": "0未回复1已回复", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_product_relation", + "chnname": "商品点赞和收藏表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "商品ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_32", + "chnname": "类型(收藏(collect)、点赞(like))", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "category", + "type": "VARCHAR_32", + "chnname": "某种类型的商品(普通商品、秒杀商品)", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_product_attr_value", + "chnname": "商品属性值表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "商品ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sku", + "type": "VARCHAR_128", + "chnname": "商品属性索引值 (attr_value|attr_value[|....])", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "stock", + "type": "INT UNSIGNED_10", + "chnname": "属性对应的库存", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sales", + "type": "INT UNSIGNED_10", + "chnname": "销量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "属性金额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "image", + "type": "VARCHAR_128", + "chnname": "图片", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "unique", + "type": "VARCHAR_100", + "chnname": "唯一值", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cost", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "成本价", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bar_code", + "type": "VARCHAR_255", + "chnname": "商品条码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "ot_price", + "type": "DECIMAL_10_2", + "chnname": "原价", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "weight", + "type": "DECIMAL_8_2", + "chnname": "重量", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "volume", + "type": "DECIMAL_8_2", + "chnname": "体积", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "brokerage", + "type": "DECIMAL_8_2", + "chnname": "一级返佣", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "brokerage_two", + "type": "DECIMAL_8_2", + "chnname": "二级返佣", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pink_price", + "type": "DECIMAL_8_2", + "chnname": "拼团价", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pink_stock", + "type": "INT_10", + "chnname": "拼团库存", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "seckill_price", + "type": "DECIMAL_10_2", + "chnname": "秒杀价", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "seckill_stock", + "type": "INT_10", + "chnname": "秒杀库存", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_product_attr_result", + "chnname": "商品属性详情表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "商品ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "result", + "type": "TEXT", + "chnname": "商品属性参数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "change_time", + "type": "DATETIME", + "chnname": "上次修改时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_product_attr", + "chnname": "商品属性表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT UNSIGNED_20", + "chnname": "商品ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "attr_name", + "type": "VARCHAR_32", + "chnname": "属性名", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "attr_values", + "type": "VARCHAR_256", + "chnname": "属性值", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_product", + "chnname": "商品表", + "fields": [ + { + "name": "id", + "type": "BIGINT_19", + "chnname": "商品id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "mer_id", + "type": "INT UNSIGNED_10", + "chnname": "商户Id(0为总后台管理员创建,不为0的时候是商户后台创建)", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "image", + "type": "VARCHAR_256", + "chnname": "商品图片", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "slider_image", + "type": "VARCHAR_2000", + "chnname": "轮播图", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "store_name", + "type": "VARCHAR_128", + "chnname": "商品名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "store_info", + "type": "VARCHAR_256", + "chnname": "商品简介", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "keyword", + "type": "VARCHAR_256", + "chnname": "关键字", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bar_code", + "type": "VARCHAR_15", + "chnname": "产品条码(一维码)", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cate_id", + "type": "VARCHAR_64", + "chnname": "分类id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "商品价格", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "vip_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "会员价格", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "ot_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "市场价", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "postage", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "邮费", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "unit_name", + "type": "VARCHAR_32", + "chnname": "单位名", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "SMALLINT_5", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sales", + "type": "MEDIUMINT UNSIGNED_8", + "chnname": "销量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "stock", + "type": "MEDIUMINT UNSIGNED_8", + "chnname": "库存", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_show", + "type": "BIT_1", + "chnname": "状态(0:未上架,1:上架)", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_hot", + "type": "BIT_1", + "chnname": "是否热卖", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_benefit", + "type": "BIT_1", + "chnname": "是否优惠", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_best", + "type": "BIT_1", + "chnname": "是否精品", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_new", + "type": "BIT_1", + "chnname": "是否新品", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "description", + "type": "TEXT", + "chnname": "产品描述", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_postage", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否包邮", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否删除", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mer_use", + "type": "TINYINT UNSIGNED_1", + "chnname": "商户是否代理 0不可代理1可代理", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "give_integral", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "获得积分", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cost", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "成本价", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_seckill", + "type": "TINYINT UNSIGNED_1", + "chnname": "秒杀状态 0 未开启 1已开启", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_bargain", + "type": "TINYINT UNSIGNED_1", + "chnname": "砍价状态 0未开启 1开启", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_good", + "type": "BIT_1", + "chnname": "是否优品推荐", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "ficti", + "type": "MEDIUMINT_7", + "chnname": "虚拟销量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "browse", + "type": "INT_10", + "chnname": "浏览量", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "code_path", + "type": "VARCHAR_64", + "chnname": "产品二维码地址(用户小程序海报)", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_sub", + "type": "BIT_1", + "chnname": "是否单独分佣", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "temp_id", + "type": "INT_10", + "chnname": "运费模板ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "spec_type", + "type": "BIT_1", + "chnname": "规格 0单 1多", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_store_product_rule", + "chnname": "商品规则值(规格)表", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "rule_name", + "type": "VARCHAR_32", + "chnname": "规格名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "rule_value", + "type": "JSON", + "chnname": "规格值", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [ + { + "shape": "table", + "title": "yx_store_product", + "moduleName": false, + "x": 390, + "y": 410, + "id": "1f2a5f58" + }, + { + "shape": "table", + "title": "yx_store_product_attr", + "moduleName": false, + "x": 970, + "y": 60, + "id": "8d021563" + }, + { + "shape": "table", + "title": "yx_store_product_attr_value", + "moduleName": false, + "x": 1090, + "y": 360, + "id": "65395cd5" + }, + { + "shape": "table", + "title": "yx_store_product_attr_result", + "moduleName": false, + "x": 1020, + "y": 660, + "id": "f65fda56" + } + ], + "edges": [ + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "8d021563", + "target": "1f2a5f58", + "id": "8a5b631d", + "controlPoints": [ + { + "x": 814.5400390625, + "y": 62.52272727272727 + }, + { + "x": 698.1318359375, + "y": 42.0462962962963 + } + ], + "sourceAnchor": 2, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "65395cd5", + "target": "1f2a5f58", + "id": "b3c471e9", + "controlPoints": [ + { + "x": 818.958984375, + "y": 252.17424242424244 + }, + { + "x": 698.1318359375, + "y": 42.0462962962963 + } + ], + "sourceAnchor": 2, + "targetAnchor": 1 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "65395cd5", + "target": "8d021563", + "id": "76f261e2", + "controlPoints": [ + { + "x": 818.958984375, + "y": 272.2348484848485 + }, + { + "x": 750, + "y": 240 + }, + { + "x": 814.5400390625, + "y": 82.70454545454545 + } + ], + "sourceAnchor": 4, + "targetAnchor": 4 + } + ] + }, + "associations": [ + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_product_attr", + "field": "product_id" + }, + "to": { + "entity": "yx_store_product", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_product_attr_value", + "field": "product_id" + }, + "to": { + "entity": "yx_store_product", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "yx_store_product_attr_value", + "field": "sku" + }, + "to": { + "entity": "yx_store_product_attr", + "field": "attr_name" + } + } + ] + }, + { + "name": "shop", + "chnname": "商户模块", + "entities": [ + { + "title": "yx_material_group", + "chnname": "素材分组", + "fields": [ + { + "name": "id", + "type": "VARCHAR_32", + "chnname": "PK", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_id", + "type": "VARCHAR_32", + "chnname": "创建者ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_200", + "chnname": "分组名", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_system_attachment", + "chnname": "附件管理表", + "fields": [ + { + "name": "att_id", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_100", + "chnname": "附件名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "att_dir", + "type": "VARCHAR_200", + "chnname": "附件路径", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "satt_dir", + "type": "VARCHAR_200", + "chnname": "压缩图片路径", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "att_size", + "type": "CHAR_30", + "chnname": "附件大小", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "att_type", + "type": "CHAR_30", + "chnname": "附件类型", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pid", + "type": "INT_10", + "chnname": "分类ID0编辑器,1产品图片,2拼团图片,3砍价图片,4秒杀图片,5文章图片,6组合数据图", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "image_type", + "type": "TINYINT UNSIGNED_1", + "chnname": "图片上传类型 1本地 2七牛云 3OSS 4COS ", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "module_type", + "type": "TINYINT UNSIGNED_1", + "chnname": "图片上传模块类型 1 后台上传 2 用户生成", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "invite_code", + "type": "VARCHAR_50", + "chnname": "邀请码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_system_config", + "chnname": "配置表", + "fields": [ + { + "name": "id", + "type": "INT UNSIGNED_10", + "chnname": "配置id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "menu_name", + "type": "VARCHAR_255", + "chnname": "字段名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "value", + "type": "VARCHAR_5000", + "chnname": "默认值", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT UNSIGNED_10", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否隐藏", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_system_group_data", + "chnname": "组合数据详情表", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "组合数据详情ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "group_name", + "type": "VARCHAR_100", + "chnname": "对应的数据名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "value", + "type": "TEXT", + "chnname": "数据组对应的数据值(json数据)", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加数据时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT_10", + "chnname": "数据排序", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "BIT_1", + "chnname": "状态(1:开启;2:关闭;)", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_system_store", + "chnname": "门店自提", + "fields": [ + { + "name": "id", + "type": "INT UNSIGNED_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_100", + "chnname": "门店名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "introduction", + "type": "VARCHAR_1000", + "chnname": "简介", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "phone", + "type": "CHAR_25", + "chnname": "手机号码", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "address", + "type": "VARCHAR_255", + "chnname": "省市区", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "detailed_address", + "type": "VARCHAR_255", + "chnname": "详细地址", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "image", + "type": "VARCHAR_255", + "chnname": "门店logo", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "latitude", + "type": "CHAR_25", + "chnname": "纬度", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "longitude", + "type": "CHAR_25", + "chnname": "经度", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "valid_time", + "type": "VARCHAR_100", + "chnname": "核销有效日期", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "day_time", + "type": "VARCHAR_100", + "chnname": "每日营业开关时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_show", + "type": "BIT_1", + "chnname": "是否显示", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "是否删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "day_time_end", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "day_time_start", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "valid_time_end", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "valid_time_start", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_system_store_staff", + "chnname": "门店店员表", + "fields": [ + { + "name": "id", + "type": "INT UNSIGNED_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "微信用户id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "nickname", + "type": "VARCHAR_50", + "chnname": "", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "avatar", + "type": "VARCHAR_255", + "chnname": "店员头像", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "store_id", + "type": "INT_10", + "chnname": "门店id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "store_name", + "type": "VARCHAR_50", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "staff_name", + "type": "VARCHAR_64", + "chnname": "店员名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "phone", + "type": "CHAR_15", + "chnname": "手机号码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "verify_status", + "type": "TINYINT_3", + "chnname": "核销开关", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT_3", + "chnname": "状态", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_system_user_level", + "chnname": "设置用户等级表", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "mer_id", + "type": "INT_10", + "chnname": "商户id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "会员名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "money", + "type": "DECIMAL_8_2", + "chnname": "购买金额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "valid_date", + "type": "INT_10", + "chnname": "有效时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_forever", + "type": "BIT_1", + "chnname": "是否为永久会员", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_pay", + "type": "BIT_1", + "chnname": "是否购买,1=购买,0=不购买", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_show", + "type": "BIT_1", + "chnname": "是否显示 1=显示,0=隐藏", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "grade", + "type": "INT_10", + "chnname": "会员等级", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "discount", + "type": "DECIMAL_8_2", + "chnname": "享受折扣", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "image", + "type": "VARCHAR_255", + "chnname": "会员卡背景", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "icon", + "type": "VARCHAR_255", + "chnname": "会员图标", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "explain", + "type": "TEXT", + "chnname": "说明", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "是否删除.1=删除,0=未删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_material", + "chnname": "素材库", + "fields": [ + { + "name": "id", + "type": "VARCHAR_32", + "chnname": "PK", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "创建时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_id", + "type": "VARCHAR_100", + "chnname": "创建者ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "CHAR_2", + "chnname": "类型1、图片;2、视频", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "group_id", + "type": "VARCHAR_32", + "chnname": "分组ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_200", + "chnname": "素材名", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "url", + "type": "VARCHAR_500", + "chnname": "素材链接", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [ + { + "shape": "table", + "title": "yx_material", + "moduleName": false, + "x": 442.359375, + "y": 277, + "id": "fe721315" + }, + { + "shape": "table", + "title": "yx_material_group", + "moduleName": false, + "x": 887.359375, + "y": 279, + "id": "f3be72cb" + }, + { + "shape": "table", + "title": "yx_system_store", + "moduleName": false, + "x": 326.359375, + "y": 624, + "id": "396a35b0" + }, + { + "shape": "table", + "title": "yx_system_store_staff", + "moduleName": false, + "x": 870, + "y": 590, + "id": "c3935d4a" + } + ], + "edges": [ + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "fe721315", + "target": "f3be72cb", + "id": "e1f3d02d", + "controlPoints": [ + { + "x": 623.05859375, + "y": 283.9775132275132 + }, + { + "x": 743.333984375, + "y": 241.25 + } + ], + "sourceAnchor": 9, + "targetAnchor": 0 + }, + { + "shape": "erdRelation", + "relation": "0,n:1", + "source": "c3935d4a", + "target": "396a35b0", + "id": "5bfc667b", + "controlPoints": [ + { + "x": 699.7900390625, + "y": 558.5457559681697 + }, + { + "x": 517.833984375, + "y": 456.0914634146342 + } + ], + "sourceAnchor": 8, + "targetAnchor": 1 + } + ] + }, + "associations": [ + { + "relation": "0,n:1", + "from": { + "entity": "yx_material", + "field": "group_id" + }, + "to": { + "entity": "yx_material_group", + "field": "id" + } + }, + { + "relation": "0,n:1", + "from": { + "entity": "yx_system_store_staff", + "field": "store_id" + }, + "to": { + "entity": "yx_system_store", + "field": "id" + } + } + ] + }, + { + "name": "template", + "chnname": "运费模板", + "entities": [ + { + "title": "yx_shipping_templates", + "chnname": "运费模板表", + "fields": [ + { + "name": "id", + "type": "INT UNSIGNED_10", + "chnname": "模板ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "模板名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "BIT_1", + "chnname": "计费方式", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "region_info", + "type": "TEXT", + "chnname": "地域以及费用", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "appoint", + "type": "BIT_1", + "chnname": "指定包邮开关", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "appoint_info", + "type": "TEXT", + "chnname": "指定包邮内容", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT_10", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_shipping_templates_free", + "chnname": "", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "编号", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "province_id", + "type": "INT_10", + "chnname": "省ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "temp_id", + "type": "INT_10", + "chnname": "模板ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "city_id", + "type": "INT_10", + "chnname": "城市ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "number", + "type": "DECIMAL_10_2", + "chnname": "包邮件数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "DECIMAL_10_2", + "chnname": "包邮金额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "BIT_1", + "chnname": "计费方式", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "uniqid", + "type": "VARCHAR_32", + "chnname": "分组唯一值", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_system_city", + "chnname": "城市表", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "city_id", + "type": "INT_10", + "chnname": "城市id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "level", + "type": "INT_10", + "chnname": "省市级别", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "parent_id", + "type": "INT_10", + "chnname": "父级id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "area_code", + "type": "VARCHAR_30", + "chnname": "区号", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_100", + "chnname": "名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "merger_name", + "type": "VARCHAR_255", + "chnname": "合并名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "lng", + "type": "VARCHAR_50", + "chnname": "经度", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "lat", + "type": "VARCHAR_50", + "chnname": "纬度", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_show", + "type": "BIT_1", + "chnname": "是否展示", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_shipping_templates_region", + "chnname": "", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "编号", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "province_id", + "type": "INT_10", + "chnname": "省ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "temp_id", + "type": "INT_10", + "chnname": "模板ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "city_id", + "type": "INT_10", + "chnname": "城市ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "first", + "type": "DECIMAL_10_2", + "chnname": "首件", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "first_price", + "type": "DECIMAL_10_2", + "chnname": "首件运费", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "continues", + "type": "DECIMAL_10_2", + "chnname": "续件", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "continue_price", + "type": "DECIMAL_10_2", + "chnname": "续件运费", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "BIT_1", + "chnname": "计费方式", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "uniqid", + "type": "VARCHAR_50", + "chnname": "分组唯一值", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [ + { + "shape": "table", + "title": "yx_shipping_templates", + "moduleName": false, + "x": 680, + "y": 380, + "id": "c8177992" + }, + { + "shape": "table", + "title": "yx_system_city", + "moduleName": false, + "x": 290, + "y": 260, + "id": "f3f8204a" + }, + { + "shape": "table", + "title": "yx_shipping_templates_free", + "moduleName": false, + "x": 1080, + "y": 190, + "id": "ac873dd5" + }, + { + "shape": "table", + "title": "yx_shipping_templates_region", + "moduleName": false, + "x": 1080, + "y": 540, + "id": "7ca63a1e" + } + ], + "edges": [] + }, + "associations": [] + }, + { + "name": "user", + "chnname": "用户模块", + "entities": [ + { + "title": "yx_user_bill", + "chnname": "用户账单表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户账单id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户uid", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "link_id", + "type": "VARCHAR_32", + "chnname": "关联id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pm", + "type": "TINYINT UNSIGNED_1", + "chnname": "0 = 支出 1 = 获得", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "title", + "type": "VARCHAR_64", + "chnname": "账单标题", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "category", + "type": "VARCHAR_64", + "chnname": "明细种类", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_64", + "chnname": "明细类型", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "number", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "明细数字", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "balance", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "剩余", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mark", + "type": "VARCHAR_512", + "chnname": "备注", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "BIT_1", + "chnname": "0 = 带确定 1 = 有效 -1 = 无效", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_user_level", + "chnname": "用户等级记录表", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT_19", + "chnname": "用户uid", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "level_id", + "type": "INT_10", + "chnname": "等级vip", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "grade", + "type": "INT_10", + "chnname": "会员等级", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "valid_time", + "type": "INT_10", + "chnname": "过期时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_forever", + "type": "BIT_1", + "chnname": "是否永久", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mer_id", + "type": "INT_10", + "chnname": "商户id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "BIT_1", + "chnname": "0:禁止,1:正常", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mark", + "type": "VARCHAR_255", + "chnname": "备注", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "remind", + "type": "BIT_1", + "chnname": "是否已通知", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "是否删除,0=未删除,1=删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "discount", + "type": "INT_10", + "chnname": "享受折扣", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_user_task_finish", + "chnname": "用户任务完成记录表", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "task_id", + "type": "INT_10", + "chnname": "任务id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT_19", + "chnname": "用户id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "BIT_1", + "chnname": "是否有效", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_user_sign", + "chnname": "签到记录表", + "fields": [ + { + "name": "int", + "type": "BIGINT_19", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT_19", + "chnname": "用户uid", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "title", + "type": "VARCHAR_255", + "chnname": "签到说明", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "number", + "type": "INT_10", + "chnname": "获得积分", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "balance", + "type": "INT_10", + "chnname": "剩余积分", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_user_recharge", + "chnname": "用户充值表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT_19", + "chnname": "充值用户UID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "nickname", + "type": "VARCHAR_50", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "order_id", + "type": "VARCHAR_32", + "chnname": "订单号", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "DECIMAL_8_2", + "chnname": "充值金额", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "give_price", + "type": "DECIMAL_8_2", + "chnname": "购买赠送金额", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "recharge_type", + "type": "VARCHAR_32", + "chnname": "充值类型", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "paid", + "type": "BIT_1", + "chnname": "是否充值", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pay_time", + "type": "DATETIME", + "chnname": "充值支付时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "充值时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "refund_price", + "type": "DECIMAL_10_2", + "chnname": "退款金额", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT_3", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_user_address", + "chnname": "用户地址表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户地址id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "real_name", + "type": "VARCHAR_32", + "chnname": "收货人姓名", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "phone", + "type": "VARCHAR_16", + "chnname": "收货人电话", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "province", + "type": "VARCHAR_64", + "chnname": "收货人所在省", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "city", + "type": "VARCHAR_64", + "chnname": "收货人所在市", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "city_id", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "district", + "type": "VARCHAR_64", + "chnname": "收货人所在区", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "detail", + "type": "VARCHAR_256", + "chnname": "收货人详细地址", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "post_code", + "type": "VARCHAR_20", + "chnname": "邮编", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "longitude", + "type": "VARCHAR_16", + "chnname": "经度", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "latitude", + "type": "VARCHAR_16", + "chnname": "纬度", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_default", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否默认", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_user_group", + "chnname": "用户分组表", + "fields": [ + { + "name": "id", + "type": "SMALLINT UNSIGNED_5", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "group_name", + "type": "VARCHAR_64", + "chnname": "用户分组名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_user_extract", + "chnname": "用户提现表", + "fields": [ + { + "name": "id", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "real_name", + "type": "VARCHAR_64", + "chnname": "名称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "extract_type", + "type": "VARCHAR_32", + "chnname": "bank = 银行卡 alipay = 支付宝wx=微信", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bank_code", + "type": "VARCHAR_32", + "chnname": "银行卡", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "bank_address", + "type": "VARCHAR_256", + "chnname": "开户地址", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "alipay_code", + "type": "VARCHAR_64", + "chnname": "支付宝账号", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "extract_price", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "提现金额", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mark", + "type": "VARCHAR_512", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "balance", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "fail_msg", + "type": "VARCHAR_128", + "chnname": "无效原因", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "fail_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT_3", + "chnname": "-1 未通过 0 审核中 1 已提现", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "wechat", + "type": "VARCHAR_15", + "chnname": "微信号", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_user_enter", + "chnname": "商户申请表", + "fields": [ + { + "name": "id", + "type": "INT UNSIGNED_10", + "chnname": "商户申请ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "uid", + "type": "INT UNSIGNED_10", + "chnname": "用户ID", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "province", + "type": "VARCHAR_32", + "chnname": "商户所在省", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "city", + "type": "VARCHAR_32", + "chnname": "商户所在市", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "district", + "type": "VARCHAR_32", + "chnname": "商户所在区", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "address", + "type": "VARCHAR_256", + "chnname": "商户详细地址", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "merchant_name", + "type": "VARCHAR_256", + "chnname": "商户名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "link_user", + "type": "VARCHAR_32", + "chnname": "", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "link_tel", + "type": "VARCHAR_16", + "chnname": "商户电话", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "charter", + "type": "VARCHAR_512", + "chnname": "商户证书", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "add_time", + "type": "INT UNSIGNED_10", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "apply_time", + "type": "INT UNSIGNED_10", + "chnname": "审核时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "success_time", + "type": "INT_10", + "chnname": "通过时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "fail_message", + "type": "VARCHAR_256", + "chnname": "未通过原因", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "fail_time", + "type": "INT UNSIGNED_10", + "chnname": "未通过时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "BIT_1", + "chnname": "-1 审核未通过 0未审核 1审核通过", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_lock", + "type": "TINYINT UNSIGNED_1", + "chnname": "0 = 开启 1= 关闭", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否删除", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_system_user_task", + "chnname": "等级任务设置", + "fields": [ + { + "name": "id", + "type": "INT_10", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "任务名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "real_name", + "type": "VARCHAR_255", + "chnname": "配置原名", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "task_type", + "type": "VARCHAR_50", + "chnname": "任务类型", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "number", + "type": "INT_10", + "chnname": "限定数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "level_id", + "type": "INT_10", + "chnname": "等级id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT_10", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_show", + "type": "BIT_1", + "chnname": "是否显示", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_must", + "type": "BIT_1", + "chnname": "是否务必达成任务,1务必达成,0=满足其一", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "illustrate", + "type": "VARCHAR_255", + "chnname": "任务说明", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "新增时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_user", + "chnname": "用户表", + "fields": [ + { + "name": "uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "用户id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "username", + "type": "VARCHAR_255", + "chnname": "用户账户(跟accout一样)", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "password", + "type": "VARCHAR_255", + "chnname": "用户密码(跟pwd)", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "real_name", + "type": "VARCHAR_25", + "chnname": "真实姓名", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "birthday", + "type": "INT_10", + "chnname": "生日", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "card_id", + "type": "VARCHAR_20", + "chnname": "身份证号码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mark", + "type": "VARCHAR_255", + "chnname": "用户备注", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "partner_id", + "type": "INT_10", + "chnname": "合伙人id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "group_id", + "type": "INT_10", + "chnname": "用户分组id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "nickname", + "type": "VARCHAR_100", + "chnname": "用户昵称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "avatar", + "type": "VARCHAR_256", + "chnname": "用户头像", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "phone", + "type": "CHAR_15", + "chnname": "手机号码", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "add_ip", + "type": "VARCHAR_16", + "chnname": "添加ip", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "最后一次登录时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "last_ip", + "type": "VARCHAR_16", + "chnname": "最后一次登录ip", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "now_money", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "用户余额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "brokerage_price", + "type": "DECIMAL_8_2", + "chnname": "佣金金额", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "integral", + "type": "DECIMAL UNSIGNED_8_2", + "chnname": "用户剩余积分", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sign_num", + "type": "INT_10", + "chnname": "连续签到天数", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "BIT_1", + "chnname": "1为正常,0为禁止", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "level", + "type": "TINYINT UNSIGNED_3", + "chnname": "等级", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "spread_uid", + "type": "BIGINT UNSIGNED_20", + "chnname": "推广元id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "spread_time", + "type": "DATETIME", + "chnname": "推广员关联时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "user_type", + "type": "VARCHAR_32", + "chnname": "用户类型", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_promoter", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否为推广员", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "pay_count", + "type": "INT UNSIGNED_10", + "chnname": "用户购买次数", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "spread_count", + "type": "INT_10", + "chnname": "下级人数", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "addres", + "type": "VARCHAR_255", + "chnname": "详细地址", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "adminid", + "type": "INT UNSIGNED_10", + "chnname": "管理员编号 ", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "login_type", + "type": "VARCHAR_36", + "chnname": "用户登陆类型,h5,wechat,routine", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "wx_profile", + "type": "JSON", + "chnname": "微信用户json信息", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [], + "edges": [] + } + }, + { + "name": "wechat", + "chnname": "微信模块", + "entities": [ + { + "title": "yx_wechat_reply", + "chnname": "微信关键字回复表", + "fields": [ + { + "name": "id", + "type": "MEDIUMINT UNSIGNED_8", + "chnname": "微信关键字回复id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "key", + "type": "VARCHAR_64", + "chnname": "关键字", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_32", + "chnname": "回复类型", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "data", + "type": "TEXT", + "chnname": "回复数据", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT UNSIGNED_1", + "chnname": "0=不可用 1 =可用", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "hide", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否隐藏", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_wechat_menu", + "chnname": "微信缓存表", + "fields": [ + { + "name": "key", + "type": "VARCHAR_32", + "chnname": "", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "result", + "type": "TEXT", + "chnname": "缓存数据", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "add_time", + "type": "INT_10", + "chnname": "缓存时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_wechat_media", + "chnname": "微信回复表", + "fields": [ + { + "name": "id", + "type": "INT UNSIGNED_10", + "chnname": "微信视频音频id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_16", + "chnname": "回复类型", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "path", + "type": "VARCHAR_128", + "chnname": "文件路径", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "media_id", + "type": "VARCHAR_64", + "chnname": "微信服务器返回的id", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "url", + "type": "VARCHAR_256", + "chnname": "地址", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "temporary", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否永久或者临时 0永久1临时", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "add_time", + "type": "INT UNSIGNED_10", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_article", + "chnname": "文章管理表", + "fields": [ + { + "name": "id", + "type": "INT UNSIGNED_10", + "chnname": "文章管理ID", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "cid", + "type": "VARCHAR_255", + "chnname": "分类id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "title", + "type": "VARCHAR_255", + "chnname": "文章标题", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "author", + "type": "VARCHAR_255", + "chnname": "文章作者", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "image_input", + "type": "VARCHAR_255", + "chnname": "文章图片", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "synopsis", + "type": "VARCHAR_255", + "chnname": "文章简介", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "content", + "type": "TEXT", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "share_title", + "type": "VARCHAR_255", + "chnname": "文章分享标题", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "share_synopsis", + "type": "VARCHAR_255", + "chnname": "文章分享简介", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "visit", + "type": "VARCHAR_255", + "chnname": "浏览次数", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "sort", + "type": "INT UNSIGNED_10", + "chnname": "排序", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "url", + "type": "VARCHAR_255", + "chnname": "原文链接", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT UNSIGNED_1", + "chnname": "状态", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "hide", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否隐藏", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "admin_id", + "type": "INT UNSIGNED_10", + "chnname": "管理员id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "mer_id", + "type": "INT UNSIGNED_10", + "chnname": "商户id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "INT_10", + "chnname": "产品关联id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_hot", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否热门(小程序)", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_banner", + "type": "TINYINT UNSIGNED_1", + "chnname": "是否轮播图(小程序)", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_wechat_template", + "chnname": "微信模板", + "fields": [ + { + "name": "id", + "type": "INT UNSIGNED_10", + "chnname": "模板id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": true, + "defaultValue": "" + }, + { + "name": "tempkey", + "type": "CHAR_50", + "chnname": "模板编号", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "CHAR_100", + "chnname": "模板名", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "content", + "type": "VARCHAR_1000", + "chnname": "回复内容", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "tempid", + "type": "CHAR_100", + "chnname": "模板ID", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "create_time", + "type": "DATETIME", + "chnname": "添加时间", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "update_time", + "type": "DATETIME", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "status", + "type": "TINYINT_3", + "chnname": "状态", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "is_del", + "type": "BIT_1", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "VARCHAR_30", + "chnname": "类型:template:模板消息 subscribe:订阅消息", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_wechat_live_goods", + "chnname": "微信小程序直播商品表", + "fields": [ + { + "name": "goods_id", + "type": "BIGINT_19", + "chnname": "直播商品id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "BIGINT_19", + "chnname": "关联商品id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cover_imge_url", + "type": "VARCHAR_255", + "chnname": "商品图片", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "url", + "type": "VARCHAR_64", + "chnname": "商品小程序路径", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price_type", + "type": "VARCHAR_255", + "chnname": "价格类型 1:一口价(只需要传入price,price2不传) 2:价格区间(price字段为左边界,price2字段为右边界,price和price2必传) 3:显示折扣价(price字段为原价,price2字段为现价, price和price2必传)", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price", + "type": "VARCHAR_64", + "chnname": "", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "price2", + "type": "VARCHAR_64", + "chnname": "", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "商品名称", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "third_party_tag", + "type": "VARCHAR_255", + "chnname": "1, 2:表示是为api添加商品,否则是直播控制台添加的商品", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "audit_id", + "type": "BIGINT_19", + "chnname": "审核单id", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "audit_status", + "type": "INT UNSIGNED_10", + "chnname": "审核状态 0:未审核,1:审核中,2:审核通过,3审核失败", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + }, + { + "title": "yx_wechat_live", + "chnname": "微信小程序直播表", + "fields": [ + { + "name": "room_id", + "type": "BIGINT_19", + "chnname": "直播间id", + "remark": "", + "pk": true, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "name", + "type": "VARCHAR_255", + "chnname": "直播间标题", + "remark": "", + "pk": false, + "notNull": true, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "cover_imge", + "type": "VARCHAR_255", + "chnname": "背景图", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "share_imge", + "type": "VARCHAR_255", + "chnname": "分享图片", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "live_status", + "type": "INT_10", + "chnname": "直播间状态", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "start_time", + "type": "BIGINT_19", + "chnname": "开始时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "end_time", + "type": "BIGINT_19", + "chnname": "预计结束时间", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "anchor_name", + "type": "VARCHAR_64", + "chnname": "主播昵称", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "anchor_wechat", + "type": "VARCHAR_32", + "chnname": "主播微信号", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "anchor_imge", + "type": "VARCHAR_255", + "chnname": "主播头像", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "type", + "type": "BIT_1", + "chnname": "直播间类型 1:推流 0:手机直播", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "screen_type", + "type": "BIT_1", + "chnname": "横屏、竖屏 【1:横屏,0:竖屏】", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "close_like", + "type": "BIT_1", + "chnname": "是否关闭点赞 【0:开启,1:关闭】", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "close_comment", + "type": "BIT_1", + "chnname": "是否关闭评论 【0:开启,1:关闭】", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "close_goods", + "type": "BIT_1", + "chnname": "是否关闭货架 【0:开启,1:关闭】", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "product_id", + "type": "VARCHAR_255", + "chnname": "商品id 多个,分割", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "close_replay", + "type": "BIT_1", + "chnname": "是否关闭回放【0:开启,1:关闭】", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "close_share", + "type": "BIT_1", + "chnname": "是否关闭分享【0:开启,1:关闭】", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + }, + { + "name": "close_kf", + "type": "BIT_1", + "chnname": "是否关闭客服【0:开启,1:关闭】", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" + } + ] + } + ], + "graphCanvas": { + "nodes": [], + "edges": [] + }, + "associations": [] + } + ], + "message": "3.0升级sql", + "version": "V1.2", + "changes": [ + { + "type": "field", + "name": "yx_store_seckill.give_integral.notNull", + "opt": "update", + "changeData": "true=>false" + }, + { + "type": "field", + "name": "yx_store_seckill.is_sub", + "opt": "delete" + }, + { + "type": "field", + "name": "yx_store_combination.is_sub", + "opt": "delete" + }, + { + "type": "entity", + "name": "yx_wechat_live_goods.chnname", + "opt": "update", + "changeData": "=>微信小程序直播商品表" + }, + { + "type": "field", + "name": "yx_wechat_live.room_id", + "opt": "add" + }, + { + "type": "field", + "name": "yx_wechat_live.close_replay", + "opt": "add" + }, + { + "type": "field", + "name": "yx_wechat_live.close_share", + "opt": "add" + }, + { + "type": "field", + "name": "yx_wechat_live.close_kf", + "opt": "add" + }, + { + "type": "field", + "name": "yx_wechat_live.roomid", + "opt": "delete" + }, + { + "type": "entity", + "name": "yx_wechat_live.chnname", + "opt": "update", + "changeData": "=>微信小程序直播表" + } + ], + "date": "2020/9/12 23:56:59" +} \ No newline at end of file diff --git a/sql/3.0升级3.1sql.sql b/sql/3.0升级3.1sql.sql index 75f85368..0769bcea 100644 --- a/sql/3.0升级3.1sql.sql +++ b/sql/3.0升级3.1sql.sql @@ -4,19 +4,18 @@ -- 字段修改 -- ---------------------------- ALTER TABLE `yx_store_seckill` - CHANGE COLUMN `price` `price` DECIMAL(10,2) UNSIGNED NULL DEFAULT '0.00' COMMENT '价格' AFTER `info`, - CHANGE COLUMN `cost` `cost` DECIMAL(8,2) UNSIGNED NULL DEFAULT '0.00' COMMENT '成本' AFTER `price`, - CHANGE COLUMN `ot_price` `ot_price` DECIMAL(10,2) UNSIGNED NULL DEFAULT '0.00' COMMENT '原价' AFTER `cost`; -ALTER TABLE yx_store_seckill ADD COLUMN spec_type BIT(1) COMMENT '规格 0单 1多' AFTER time_id; + CHANGE COLUMN `price` `price` DECIMAL(10,2) UNSIGNED COMMENT '价格' AFTER `info`, + CHANGE COLUMN `cost` `cost` DECIMAL(8,2) UNSIGNED COMMENT '成本' AFTER `price`, + CHANGE COLUMN `ot_price` `ot_price` DECIMAL(10,2) UNSIGNED COMMENT '原价' AFTER `cost`; +ALTER TABLE yx_store_seckill ADD COLUMN spec_type tinyint(1) COMMENT '规格 0单 1多' AFTER time_id; ALTER TABLE yx_store_seckill ADD COLUMN temp_id INT(10) COMMENT '运费模板id' AFTER spec_type; -ALTER TABLE yx_store_seckill ADD COLUMN is_sub INT(10) COMMENT '规格设置' AFTER temp_id; +ALTER TABLE yx_store_seckill MODIFY COLUMN give_integral DECIMAL(10,2) UNSIGNED COMMENT '返多少积分'; ALTER TABLE `yx_store_combination` CHANGE COLUMN `price` `price` DECIMAL(10,2) UNSIGNED NULL DEFAULT '0.00' COMMENT '价格' AFTER `info`, CHANGE COLUMN `stock` `stock` INT(10) UNSIGNED NULL DEFAULT '0' COMMENT '库存' AFTER `sales`, CHANGE COLUMN `unit_name` `unit_name` VARCHAR(32) NULL DEFAULT '' COMMENT '单位名' AFTER `browse`; -ALTER TABLE yx_store_combination ADD COLUMN spec_type BIT(1) COMMENT '规格 0单 1多' AFTER unit_name; +ALTER TABLE yx_store_combination ADD COLUMN spec_type tinyint(1) COMMENT '规格 0单 1多' AFTER unit_name; ALTER TABLE yx_store_combination ADD COLUMN temp_id INT(10) COMMENT '运费模板ID' AFTER spec_type; -ALTER TABLE yx_store_combination ADD COLUMN is_sub INT(10) COMMENT '规格设置' AFTER temp_id; ALTER TABLE yx_store_combination DROP is_postage; ALTER TABLE yx_store_combination DROP postage; ALTER TABLE yx_store_product_attr_value ADD COLUMN pink_price DECIMAL(8,2) NOT NULL COMMENT '拼团价' AFTER brokerage_two; @@ -96,6 +95,9 @@ CREATE TABLE `yx_wechat_live` ( `close_comment` tinyint(1) NULL DEFAULT NULL COMMENT '是否关闭评论 【0:开启,1:关闭】', `close_goods` tinyint(1) NULL DEFAULT NULL COMMENT '是否关闭货架 【0:开启,1:关闭】', `product_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品id 多个,分割', + `close_replay` tinyint(1) NULL DEFAULT NULL COMMENT '是否关闭回放【0:开启,1:关闭】', + `close_share` tinyint(1) NULL DEFAULT NULL COMMENT '是否关闭分享【0:开启,1:关闭】', + `close_kf` tinyint(1) NULL DEFAULT NULL COMMENT '是否关闭客服【0:开启,1:关闭】', PRIMARY KEY (`room_id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '微信直播表' ROW_FORMAT = Dynamic; diff --git a/sql/yshop.pdman.json b/sql/yshop.pdman.json index d3199804..e15d5950 100644 --- a/sql/yshop.pdman.json +++ b/sql/yshop.pdman.json @@ -3063,7 +3063,7 @@ "chnname": "返多少积分", "remark": "", "pk": false, - "notNull": true, + "notNull": false, "autoIncrement": false, "defaultValue": "" }, @@ -3256,16 +3256,6 @@ "notNull": false, "autoIncrement": false, "defaultValue": "" - }, - { - "name": "is_sub", - "type": "INT_10", - "chnname": "规格设置", - "remark": "", - "pk": false, - "notNull": false, - "autoIncrement": false, - "defaultValue": "" } ] }, @@ -4242,16 +4232,6 @@ "notNull": false, "autoIncrement": false, "defaultValue": "" - }, - { - "name": "is_sub", - "type": "INT_10", - "chnname": "规格设置", - "remark": "", - "pk": false, - "notNull": false, - "autoIncrement": false, - "defaultValue": "" } ] }, @@ -11155,53 +11135,6 @@ "autoIncrement": false, "defaultValue": "" } - ], - "indexs": [], - "headers": [ - { - "fieldName": "chnname", - "relationNoShow": false - }, - { - "fieldName": "name", - "relationNoShow": false - }, - { - "fieldName": "type", - "relationNoShow": false - }, - { - "fieldName": "dataType", - "relationNoShow": true - }, - { - "fieldName": "remark", - "relationNoShow": true - }, - { - "fieldName": "pk", - "relationNoShow": false - }, - { - "fieldName": "notNull", - "relationNoShow": true - }, - { - "fieldName": "autoIncrement", - "relationNoShow": true - }, - { - "fieldName": "defaultValue", - "relationNoShow": true - }, - { - "fieldName": "relationNoShow", - "relationNoShow": true - }, - { - "fieldName": "uiHint", - "relationNoShow": true - } ] }, { @@ -11209,7 +11142,7 @@ "chnname": "微信直播表", "fields": [ { - "name": "roomid", + "name": "room_id", "type": "BIGINT_19", "chnname": "直播间id", "remark": "", @@ -11367,53 +11300,36 @@ "notNull": false, "autoIncrement": false, "defaultValue": "" - } - ], - "indexs": [], - "headers": [ - { - "fieldName": "chnname", - "relationNoShow": false }, { - "fieldName": "name", - "relationNoShow": false + "name": "close_replay", + "type": "BIT_1", + "chnname": "是否关闭回放【0:开启,1:关闭】", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" }, { - "fieldName": "type", - "relationNoShow": false + "name": "close_share", + "type": "BIT_1", + "chnname": "是否关闭分享【0:开启,1:关闭】", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" }, { - "fieldName": "dataType", - "relationNoShow": true - }, - { - "fieldName": "remark", - "relationNoShow": true - }, - { - "fieldName": "pk", - "relationNoShow": false - }, - { - "fieldName": "notNull", - "relationNoShow": true - }, - { - "fieldName": "autoIncrement", - "relationNoShow": true - }, - { - "fieldName": "defaultValue", - "relationNoShow": true - }, - { - "fieldName": "relationNoShow", - "relationNoShow": true - }, - { - "fieldName": "uiHint", - "relationNoShow": true + "name": "close_kf", + "type": "BIT_1", + "chnname": "是否关闭客服【0:开启,1:关闭】", + "remark": "", + "pk": false, + "notNull": false, + "autoIncrement": false, + "defaultValue": "" } ] } @@ -12408,4 +12324,4 @@ ], "wordTemplateConfig": "" } -} \ No newline at end of file +} diff --git a/sql/yshop3.1.sql b/sql/yshop3.1.sql index 869aa751..429b5ac3 100644 --- a/sql/yshop3.1.sql +++ b/sql/yshop3.1.sql @@ -11,7 +11,7 @@ Target Server Version : 50729 File Encoding : 65001 - Date: 11/09/2020 18:25:12 + Date: 12/09/2020 23:49:19 */ SET NAMES utf8mb4; @@ -991,7 +991,7 @@ CREATE TABLE `quartz_log` ( `update_time` datetime(0) NULL DEFAULT NULL, `is_del` tinyint(1) NULL DEFAULT 0, PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '定时任务日志' ROW_FORMAT = Compact; +) ENGINE = InnoDB AUTO_INCREMENT = 16 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '定时任务日志' ROW_FORMAT = Compact; -- ---------------------------- -- Records of quartz_log @@ -1010,6 +1010,7 @@ INSERT INTO `quartz_log` VALUES (11, 'visitsTask', '2020-09-08 00:00:00', '0 0 0 INSERT INTO `quartz_log` VALUES (12, 'visitsTask', '2020-09-09 00:00:00', '0 0 0 * * ?', NULL, b'1', '更新访客记录', 'run', NULL, 31, NULL, 0); INSERT INTO `quartz_log` VALUES (13, 'visitsTask', '2020-09-10 00:00:00', '0 0 0 * * ?', NULL, b'1', '更新访客记录', 'run', NULL, 40, NULL, 0); INSERT INTO `quartz_log` VALUES (14, 'visitsTask', '2020-09-11 00:00:00', '0 0 0 * * ?', NULL, b'1', '更新访客记录', 'run', NULL, 20, NULL, 0); +INSERT INTO `quartz_log` VALUES (15, 'visitsTask', '2020-09-12 00:00:00', '0 0 0 * * ?', NULL, b'1', '更新访客记录', 'run', NULL, 39, NULL, 0); -- ---------------------------- -- Table structure for role @@ -1374,7 +1375,7 @@ CREATE TABLE `visits` ( `week_day` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE INDEX `UK_11aksgq87euk9bcyeesfs4vtp`(`date`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1266934639347150877 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '访客记录' ROW_FORMAT = Compact; +) ENGINE = InnoDB AUTO_INCREMENT = 1266934639347150878 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '访客记录' ROW_FORMAT = Compact; -- ---------------------------- -- Records of visits @@ -1411,7 +1412,8 @@ INSERT INTO `visits` VALUES (1266934639347150872, '2020-09-07 00:00:00', '2020-0 INSERT INTO `visits` VALUES (1266934639347150873, '2020-09-08 00:00:00', '2020-09-08', 7, 15, 'Tue'); INSERT INTO `visits` VALUES (1266934639347150874, '2020-09-09 00:00:00', '2020-09-09', 5, 3, 'Wed'); INSERT INTO `visits` VALUES (1266934639347150875, '2020-09-10 00:00:00', '2020-09-10', 2, 4, 'Thu'); -INSERT INTO `visits` VALUES (1266934639347150876, '2020-09-11 00:00:00', '2020-09-11', 10, 4, 'Fri'); +INSERT INTO `visits` VALUES (1266934639347150876, '2020-09-11 00:00:00', '2020-09-11', 12, 5, 'Fri'); +INSERT INTO `visits` VALUES (1266934639347150877, '2020-09-12 00:00:00', '2020-09-12', 3, 4, 'Sat'); -- ---------------------------- -- Table structure for yx_article @@ -1585,8 +1587,8 @@ CREATE TABLE `yx_shipping_templates_free` ( `province_id` int(11) NOT NULL DEFAULT 0 COMMENT '省ID', `temp_id` int(11) NOT NULL DEFAULT 0 COMMENT '模板ID', `city_id` int(11) NOT NULL DEFAULT 0 COMMENT '城市ID', - `number` decimal(10, 2) NOT NULL COMMENT '包邮件数', - `price` decimal(10, 2) NOT NULL COMMENT '包邮金额', + `number` decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '包邮件数', + `price` decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '包邮金额', `type` tinyint(1) NOT NULL DEFAULT 1 COMMENT '计费方式', `uniqid` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '分组唯一值', PRIMARY KEY (`id`) USING BTREE @@ -1631,10 +1633,10 @@ CREATE TABLE `yx_shipping_templates_region` ( `province_id` int(11) NOT NULL DEFAULT 0 COMMENT '省ID', `temp_id` int(11) NOT NULL DEFAULT 0 COMMENT '模板ID', `city_id` int(11) NOT NULL DEFAULT 0 COMMENT '城市ID', - `first` decimal(10, 2) NOT NULL COMMENT '首件', - `first_price` decimal(10, 2) NOT NULL COMMENT '首件运费', - `continues` decimal(10, 2) NOT NULL COMMENT '续件', - `continue_price` decimal(10, 2) NOT NULL COMMENT '续件运费', + `first` decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '首件', + `first_price` decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '首件运费', + `continues` decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '续件', + `continue_price` decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '续件运费', `type` tinyint(1) NOT NULL DEFAULT 1 COMMENT '计费方式', `uniqid` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '分组唯一值', PRIMARY KEY (`id`) USING BTREE @@ -1691,7 +1693,7 @@ CREATE TABLE `yx_store_bargain` ( `bargain_num` int(11) UNSIGNED NOT NULL DEFAULT 1 COMMENT '用户每次砍价的次数', `status` tinyint(1) UNSIGNED NOT NULL DEFAULT 1 COMMENT '砍价状态 0(到砍价时间不自动开启) 1(到砍价时间自动开启时间)', `description` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '砍价详情', - `give_integral` decimal(10, 2) UNSIGNED NOT NULL COMMENT '反多少积分', + `give_integral` decimal(10, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '反多少积分', `info` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '砍价活动简介', `cost` decimal(8, 2) UNSIGNED NULL DEFAULT NULL COMMENT '成本价', `sort` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '排序', @@ -1705,14 +1707,12 @@ CREATE TABLE `yx_store_bargain` ( `look` int(11) UNSIGNED NULL DEFAULT 0 COMMENT '砍价产品浏览量', `share` int(11) UNSIGNED NULL DEFAULT 0 COMMENT '砍价产品分享量', PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 12 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '砍价表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '砍价表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_bargain -- ---------------------------- -INSERT INTO `yx_store_bargain` VALUES (9, 2, 'X型展架', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '张', 3330, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', '2020-09-05 00:00:00', '2020-09-30 00:00:00', NULL, 999.00, 450.00, 1, 10.00, 1.00, 1, 1, '


', 0.00, 'X型展架', 11.00, 2, 0, 0, '2020-09-05 17:18:26', NULL, 1, 0.00, '


  

', 22, 12); -INSERT INTO `yx_store_bargain` VALUES (10, 3, '彩色复印-量大有优惠', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', '张', 8, 3, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', '2020-09-10 00:00:00', '2020-09-30 00:00:00', NULL, 2.00, 0.10, 2, 1.00, 0.10, 1, 1, '

1111

', 0.00, '彩色复印', 1.00, 0, 0, 0, '2020-09-10 18:56:18', NULL, 1, 0.00, '

3333

', 2, 0); -INSERT INTO `yx_store_bargain` VALUES (11, 1, '照片打印', 'https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', '张', 995, 5, 'https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', '2020-09-03 11:14:36', '2020-09-23 00:00:00', NULL, 2.00, 1.00, 1, 1.00, 0.10, 1, 1, '


', 0.00, '照片打印', 3.00, 0, 0, 0, '2020-09-11 11:15:20', NULL, 1, 0.00, '

9999

', 2, 0); +INSERT INTO `yx_store_bargain` VALUES (12, 7, '专属测试商品', 'https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png', '张', 7, 3, 'https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg', '2020-09-12 18:20:56', '2020-09-30 00:00:00', NULL, 100.00, 1.00, 1, 10.00, 1.00, 1, 1, '


', 0.00, '结算', 110.00, 0, 0, 0, '2020-09-12 18:22:14', NULL, 1, 0.00, '

1、规则1

2、规则2

', 21, 8); -- ---------------------------- -- Table structure for yx_store_bargain_user @@ -1730,16 +1730,12 @@ CREATE TABLE `yx_store_bargain_user` ( `update_time` datetime(0) NULL DEFAULT NULL, `is_del` tinyint(1) NOT NULL DEFAULT 0 COMMENT '是否取消', PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户参与砍价表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 10 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户参与砍价表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_bargain_user -- ---------------------------- -INSERT INTO `yx_store_bargain_user` VALUES (1, 27, 9, 450.00, 999.00, 3.85, 1, '2020-09-08 15:59:42', '2020-09-08 15:59:42', 0); -INSERT INTO `yx_store_bargain_user` VALUES (2, 26, 9, 450.00, 999.00, 8.60, 1, '2020-09-10 15:34:36', '2020-09-10 15:34:36', 0); -INSERT INTO `yx_store_bargain_user` VALUES (3, 33, 9, 450.00, 999.00, 3.02, 1, '2020-09-10 18:34:50', '2020-09-10 18:34:50', 0); -INSERT INTO `yx_store_bargain_user` VALUES (4, 27, 10, 0.10, 2.00, 0.48, 1, '2020-09-11 11:13:18', '2020-09-11 11:13:22', 0); -INSERT INTO `yx_store_bargain_user` VALUES (5, 27, 11, 1.00, 2.00, 0.99, 1, '2020-09-11 11:15:37', '2020-09-11 11:15:37', 0); +INSERT INTO `yx_store_bargain_user` VALUES (9, 50, 12, 1.00, 100.00, 12.30, 1, '2020-09-12 22:58:44', '2020-09-12 23:00:08', 0); -- ---------------------------- -- Table structure for yx_store_bargain_user_help @@ -1755,16 +1751,14 @@ CREATE TABLE `yx_store_bargain_user_help` ( `update_time` datetime(0) NULL DEFAULT NULL, `is_del` tinyint(1) NULL DEFAULT 0, PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '砍价用户帮助表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 12 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '砍价用户帮助表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_bargain_user_help -- ---------------------------- -INSERT INTO `yx_store_bargain_user_help` VALUES (1, 27, 9, 1, 3.85, '2020-09-08 15:59:42', NULL, 0); -INSERT INTO `yx_store_bargain_user_help` VALUES (2, 26, 9, 2, 8.60, '2020-09-10 15:34:36', NULL, 0); -INSERT INTO `yx_store_bargain_user_help` VALUES (3, 33, 9, 3, 3.02, '2020-09-10 18:34:50', NULL, 0); -INSERT INTO `yx_store_bargain_user_help` VALUES (4, 27, 10, 4, 0.48, '2020-09-11 11:13:22', NULL, 0); -INSERT INTO `yx_store_bargain_user_help` VALUES (5, 27, 11, 5, 0.99, '2020-09-11 11:15:37', NULL, 0); +INSERT INTO `yx_store_bargain_user_help` VALUES (9, 50, 12, 9, 3.75, '2020-09-12 22:58:44', NULL, 0); +INSERT INTO `yx_store_bargain_user_help` VALUES (10, 52, 12, 9, 6.66, '2020-09-12 22:59:40', NULL, 0); +INSERT INTO `yx_store_bargain_user_help` VALUES (11, 51, 12, 9, 1.89, '2020-09-12 23:00:08', NULL, 0); -- ---------------------------- -- Table structure for yx_store_cart @@ -1792,87 +1786,25 @@ CREATE TABLE `yx_store_cart` ( INDEX `uid_2`(`uid`, `is_del`) USING BTREE, INDEX `uid_3`(`uid`, `is_new`) USING BTREE, INDEX `type`(`type`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 81 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '购物车表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 100 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '购物车表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_cart -- ---------------------------- -INSERT INTO `yx_store_cart` VALUES (1, 28, 'product', 2, '890bd835ddf540cd95e0c3cc25e34182', 1, '2020-09-04 19:01:37', NULL, 0, 1, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (2, 29, 'product', 2, 'd3cb524f8fe0477fb6fdaf8c27ee2e96', 1, '2020-09-05 20:52:23', '2020-09-05 20:53:04', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (3, 29, 'product', 2, 'd3cb524f8fe0477fb6fdaf8c27ee2e96', 1, '2020-09-05 20:54:01', '2020-09-05 20:54:06', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (4, 29, 'product', 2, 'b555ab09657e40f1a692429c844a7130', 1, '2020-09-05 20:54:40', '2020-09-05 20:55:13', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (5, 26, 'product', 2, 'aa377803b4604f2aa3757d97d5b19279', 1, '2020-09-06 02:11:48', NULL, 0, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (6, 26, 'product', 2, 'aa377803b4604f2aa3757d97d5b19279', 1, '2020-09-06 03:01:39', NULL, 0, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (7, 26, 'product', 1, '395e84d466844badbfd8a4fe96cda1b0', 1, '2020-09-06 03:21:21', NULL, 0, 0, 1, 0, 1, 0); -INSERT INTO `yx_store_cart` VALUES (8, 29, 'product', 2, 'aa377803b4604f2aa3757d97d5b19279', 1, '2020-09-06 09:46:35', '2020-09-06 09:46:38', 1, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (9, 32, 'product', 1, '395e84d466844badbfd8a4fe96cda1b0', 1, '2020-09-06 10:59:00', NULL, 0, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (10, 32, 'product', 2, 'aa377803b4604f2aa3757d97d5b19279', 1, '2020-09-06 11:15:42', NULL, 0, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (11, 28, 'product', 4, '40d0683300414a7fbc08372d840c801c', 1, '2020-09-07 13:42:25', '2020-09-07 13:42:59', 1, 0, 1, 4, 0, 0); -INSERT INTO `yx_store_cart` VALUES (12, 28, 'product', 2, 'aa377803b4604f2aa3757d97d5b19279', 1, '2020-09-07 13:53:19', '2020-09-07 13:53:26', 1, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (13, 28, 'product', 5, '26dbb2c06d9e4740acd191aef3cfd0c0', 1, '2020-09-07 13:55:20', '2020-09-07 13:55:24', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (14, 28, 'product', 4, '40d0683300414a7fbc08372d840c801c', 1, '2020-09-07 14:05:50', NULL, 0, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (15, 11, 'product', 2, '8d1b50eb86c1429a966dcda8782b7aaf', 1, '2020-09-07 17:40:23', NULL, 0, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (16, 29, 'product', 4, '40d0683300414a7fbc08372d840c801c', 1, '2020-09-08 10:35:51', '2020-09-08 10:35:54', 1, 0, 1, 4, 0, 0); -INSERT INTO `yx_store_cart` VALUES (17, 29, 'product', 4, '40d0683300414a7fbc08372d840c801c', 1, '2020-09-08 10:36:27', '2020-09-08 10:36:29', 1, 0, 1, 4, 0, 0); -INSERT INTO `yx_store_cart` VALUES (18, 29, 'product', 4, '40d0683300414a7fbc08372d840c801c', 1, '2020-09-08 10:36:36', '2020-09-08 10:36:37', 1, 0, 1, 4, 0, 0); -INSERT INTO `yx_store_cart` VALUES (19, 29, 'product', 2, 'aa377803b4604f2aa3757d97d5b19279', 1, '2020-09-08 10:37:30', '2020-09-08 10:37:31', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (20, 27, 'product', 2, '8d1b50eb86c1429a966dcda8782b7aaf', 1, '2020-09-08 15:11:25', NULL, 0, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (21, 27, 'product', 2, '7250ac97c110456eb569ec30b31f055d', 1, '2020-09-08 15:14:58', '2020-09-08 15:16:57', 1, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (22, 27, 'product', 6, 'e6d92455baf844b4981f2bde85d2135d', 1, '2020-09-08 15:17:29', '2020-09-08 15:17:31', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (23, 27, 'product', 5, '26dbb2c06d9e4740acd191aef3cfd0c0', 1, '2020-09-08 15:18:07', '2020-09-08 15:18:09', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (24, 27, 'product', 2, 'aa377803b4604f2aa3757d97d5b19279', 1, '2020-09-08 15:21:28', '2020-09-08 15:21:30', 1, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (25, 27, 'product', 2, 'aa377803b4604f2aa3757d97d5b19279', 1, '2020-09-08 15:21:51', NULL, 0, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (26, 27, 'product', 1, '395e84d466844badbfd8a4fe96cda1b0', 1, '2020-09-08 15:55:47', NULL, 0, 0, 1, 0, 1, 0); -INSERT INTO `yx_store_cart` VALUES (27, 29, 'product', 1, '395e84d466844badbfd8a4fe96cda1b0', 1, '2020-09-08 16:44:43', '2020-09-08 19:38:38', 1, 0, 1, 0, 1, 0); -INSERT INTO `yx_store_cart` VALUES (28, 29, 'product', 1, 'b76d9d8eaa9e4c72b14e009d1974715c', 1, '2020-09-08 19:43:39', '2020-09-08 19:43:45', 1, 0, 1, 0, 1, 0); -INSERT INTO `yx_store_cart` VALUES (29, 29, 'product', 1, 'd4ce8cd4bda84d479c11348e060afb8e', 1, '2020-09-08 21:20:33', '2020-09-08 21:20:41', 1, 0, 1, 0, 1, 0); -INSERT INTO `yx_store_cart` VALUES (30, 29, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-08 21:27:49', '2020-09-08 21:27:54', 1, 0, 1, 4, 0, 0); -INSERT INTO `yx_store_cart` VALUES (31, 28, 'product', 2, '749e3feb4de4404facb2b3af244724e7', 1, '2020-09-08 22:49:33', '2020-09-08 22:49:40', 1, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (32, 33, 'product', 6, 'c59c04bcbb0144ccbdf2e2b8d44aed21', 1, '2020-09-09 10:42:39', NULL, 0, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (33, 33, 'product', 5, '26dbb2c06d9e4740acd191aef3cfd0c0', 1, '2020-09-09 10:44:03', '2020-09-11 14:38:06', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (34, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-09 10:44:16', '2020-09-09 10:44:18', 1, 0, 1, 4, 0, 0); -INSERT INTO `yx_store_cart` VALUES (35, 33, 'product', 1, 'd4ce8cd4bda84d479c11348e060afb8e', 1, '2020-09-09 10:45:07', '2020-09-09 10:45:11', 1, 0, 1, 0, 1, 0); -INSERT INTO `yx_store_cart` VALUES (36, 33, 'product', 6, '9b046545aa8f4a5b996ef742b9169940', 1, '2020-09-09 10:50:00', '2020-09-09 11:02:38', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (37, 33, 'product', 6, '9b046545aa8f4a5b996ef742b9169940', 4, '2020-09-09 14:54:58', '2020-09-09 14:56:15', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (38, 33, 'product', 5, '26dbb2c06d9e4740acd191aef3cfd0c0', 3, '2020-09-09 14:55:09', '2020-09-09 14:56:15', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (39, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 2, '2020-09-09 14:55:19', '2020-09-09 14:56:15', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (40, 33, 'product', 2, '749e3feb4de4404facb2b3af244724e7', 1, '2020-09-09 14:55:42', '2020-09-09 14:56:15', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (41, 33, 'product', 2, 'f11d972b9c6444a5b2a53e5758eea8a6', 1, '2020-09-09 14:58:01', '2020-09-09 14:58:16', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (42, 33, 'product', 2, 'f1e8ba7815b34e60b68b221730ed982d', 1, '2020-09-09 14:58:05', '2020-09-09 14:58:16', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (43, 33, 'product', 2, '749e3feb4de4404facb2b3af244724e7', 1, '2020-09-09 14:58:07', '2020-09-09 14:58:16', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (44, 33, 'product', 6, '9b046545aa8f4a5b996ef742b9169940', 1, '2020-09-10 13:54:14', '2020-09-10 13:54:20', 0, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (45, 33, 'product', 6, '9b046545aa8f4a5b996ef742b9169940', 1, '2020-09-10 13:54:23', '2020-09-10 13:55:30', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (46, 33, 'product', 5, '26dbb2c06d9e4740acd191aef3cfd0c0', 1, '2020-09-10 13:54:28', '2020-09-10 13:55:30', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (47, 33, 'product', 3, 'c9a418620c8b491d8af537974e07b1a2', 3, '2020-09-10 13:54:36', '2020-09-10 13:55:30', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (48, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-10 13:54:41', '2020-09-10 13:55:30', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (49, 33, 'product', 2, '749e3feb4de4404facb2b3af244724e7', 2, '2020-09-10 13:55:08', '2020-09-10 13:55:30', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (50, 33, 'product', 2, '6e1a0039b17b4a0b9286b251f7c6529e', 1, '2020-09-10 13:55:10', '2020-09-10 13:55:30', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (51, 33, 'product', 2, 'f1e8ba7815b34e60b68b221730ed982d', 1, '2020-09-10 13:55:15', '2020-09-10 13:55:30', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (56, 26, 'product', 6, 'd726ae74969b41ed95eba1cfff02136d', 1, '2020-09-10 16:24:19', NULL, 0, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (57, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-10 17:12:43', '2020-09-10 17:12:48', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (58, 33, 'product', 2, 'f1e8ba7815b34e60b68b221730ed982d', 1, '2020-09-10 18:23:22', NULL, 0, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (59, 27, 'product', 6, 'd726ae74969b41ed95eba1cfff02136d', 1, '2020-09-10 18:26:15', '2020-09-10 18:26:46', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (60, 27, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-10 18:27:00', '2020-09-10 18:27:04', 1, 0, 1, 4, 0, 0); -INSERT INTO `yx_store_cart` VALUES (61, 27, 'product', 6, 'd726ae74969b41ed95eba1cfff02136d', 1, '2020-09-10 18:40:01', NULL, 0, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (62, 27, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-10 18:40:14', '2020-09-10 18:40:18', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (63, 27, 'product', 1, 'd4ce8cd4bda84d479c11348e060afb8e', 1, '2020-09-10 18:51:50', NULL, 0, 0, 1, 0, 1, 0); -INSERT INTO `yx_store_cart` VALUES (64, 33, 'product', 2, 'c36c8514daf74674a4a9fc39dea8c471', 1, '2020-09-10 18:57:35', '2020-09-10 18:57:40', 1, 0, 1, 2, 0, 0); -INSERT INTO `yx_store_cart` VALUES (65, 27, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-10 19:44:42', NULL, 0, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (66, 27, 'product', 2, 'd3e8617890cd40d19ccd212591ef6544', 2, '2020-09-10 19:45:00', '2020-09-10 19:46:14', 0, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (67, 27, 'product', 3, 'c9a418620c8b491d8af537974e07b1a2', 1, '2020-09-10 19:45:37', NULL, 0, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (68, 28, 'product', 1, 'd4ce8cd4bda84d479c11348e060afb8e', 1, '2020-09-10 21:17:15', NULL, 0, 0, 1, 0, 1, 0); -INSERT INTO `yx_store_cart` VALUES (69, 28, 'product', 6, '1432af5acbcd407e97a1c86c37cafa39', 1, '2020-09-10 23:02:30', '2020-09-10 23:02:57', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (70, 28, 'product', 3, 'c9a418620c8b491d8af537974e07b1a2', 1, '2020-09-10 23:02:42', '2020-09-10 23:02:57', 1, 0, 0, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (71, 33, 'product', 6, '1432af5acbcd407e97a1c86c37cafa39', 1, '2020-09-11 14:17:34', '2020-09-11 14:17:43', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (72, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-11 14:24:48', '2020-09-11 14:24:52', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (73, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-11 14:25:06', '2020-09-11 14:25:16', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (74, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-11 14:43:37', '2020-09-11 14:43:41', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (75, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-11 14:45:53', '2020-09-11 14:45:57', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (76, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-11 14:48:43', '2020-09-11 14:48:48', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (77, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-11 15:07:02', '2020-09-11 15:07:05', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (78, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-11 15:08:31', '2020-09-11 15:08:39', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (79, 33, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-11 15:09:43', '2020-09-11 15:09:46', 1, 0, 1, 0, 0, 0); -INSERT INTO `yx_store_cart` VALUES (80, 25, 'product', 4, 'bfc82f4771ec474994b0edb198e4fc6b', 1, '2020-09-11 16:06:26', '2020-09-11 16:06:34', 1, 0, 1, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (86, 40, 'product', 6, '91d12632e2c047d7b34dab48cfc5a34e', 1, '2020-09-12 14:54:08', '2020-09-12 14:54:45', 1, 0, 1, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (87, 43, 'product', 7, '789984b858bb489bb6313107e11fdc15', 1, '2020-09-12 17:04:12', '2020-09-12 17:06:04', 1, 0, 1, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (88, 43, 'product', 7, '789984b858bb489bb6313107e11fdc15', 1, '2020-09-12 17:06:54', '2020-09-12 17:07:00', 1, 0, 1, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (89, 43, 'product', 7, '789984b858bb489bb6313107e11fdc15', 1, '2020-09-12 17:07:53', '2020-09-12 17:07:57', 1, 0, 1, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (90, 43, 'product', 8, '2f7ee7305cfe43f782ea28c0235256db', 1, '2020-09-12 17:27:03', '2020-09-12 17:27:24', 1, 0, 1, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (91, 43, 'product', 8, '183fcbaffb3849c48de2e87a226209b9', 1, '2020-09-12 17:48:03', '2020-09-12 17:48:14', 1, 0, 1, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (92, 43, 'product', 7, '789984b858bb489bb6313107e11fdc15', 1, '2020-09-12 17:54:50', NULL, 0, 0, 0, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (93, 43, 'product', 8, '67138eee0bed408abe7d32b0ab2060b0', 1, '2020-09-12 17:56:08', NULL, 0, 0, 0, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (94, 43, 'product', 7, '789984b858bb489bb6313107e11fdc15', 1, '2020-09-12 18:10:27', NULL, 0, 0, 1, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (95, 43, 'product', 8, '183fcbaffb3849c48de2e87a226209b9', 1, '2020-09-12 18:10:44', '2020-09-12 18:11:05', 1, 0, 1, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (96, 43, 'product', 8, 'f25af180071742458622febf7dde528b', 1, '2020-09-12 18:18:27', '2020-09-12 18:18:37', 1, 0, 1, 10, 0, 0); +INSERT INTO `yx_store_cart` VALUES (97, 42, 'product', 3, 'b951f8e2ed4641f08be1bce99b716a6d', 1, '2020-09-12 19:27:31', NULL, 0, 0, 1, 0, 0, 0); +INSERT INTO `yx_store_cart` VALUES (98, 42, 'product', 8, '013f89ec740f478d8144f052909c0807', 1, '2020-09-12 19:42:36', NULL, 0, 0, 1, 10, 0, 0); +INSERT INTO `yx_store_cart` VALUES (99, 40, 'product', 6, '90babee9cea24645870c6027fc420d42', 1, '2020-09-12 23:18:58', NULL, 0, 0, 1, 0, 0, 0); -- ---------------------------- -- Table structure for yx_store_category @@ -1943,15 +1875,17 @@ CREATE TABLE `yx_store_combination` ( `spec_type` tinyint(1) NULL DEFAULT NULL COMMENT '规格 0单 1多', `temp_id` int(10) NULL DEFAULT NULL COMMENT '运费模板ID', PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '拼团产品表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 11 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '拼团产品表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_combination -- ---------------------------- -INSERT INTO `yx_store_combination` VALUES (1, 1, 0, 'https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', '照片打印', NULL, 5, '照片打印', 0.10, 1.00, 0, 0, 100, '2020-09-04 17:47:45', '2020-09-08 21:17:11', 0, 1, 0, 1, NULL, '


', '2020-09-04 00:00:00', '2020-09-30 00:00:00', 5, 3, 0, '张', 0, 34); -INSERT INTO `yx_store_combination` VALUES (2, 2, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'X型展架', NULL, 3, 'X型展架', 1.00, 12.00, 0, 4, 398, '2020-09-04 20:15:33', '2020-09-08 21:17:01', 0, 1, 0, 1, NULL, '


', '2020-09-04 00:00:00', '2020-09-30 00:00:00', 5, 11, 0, '张', 1, 34); -INSERT INTO `yx_store_combination` VALUES (3, 3, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', '彩色复印-量大有优惠', NULL, 2, '彩色复印', 2.00, 1.00, 0, 0, 10, '2020-09-07 13:23:07', '2020-09-08 21:14:27', 0, 1, 0, 1, NULL, '

1111

', '2020-09-07 00:00:00', '2020-09-30 00:00:00', 2, 1, 0, '张', 0, 34); -INSERT INTO `yx_store_combination` VALUES (4, 4, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', '户外写真背胶', NULL, 2, '户外写真背胶', 2.00, 1.00, 0, 4, 18, '2020-09-07 13:31:28', '2020-09-08 21:14:04', 0, 1, 0, 1, NULL, '


', '2020-09-07 13:31:14', '2020-09-30 00:00:00', 1, 1, 0, '米', 0, 34); +INSERT INTO `yx_store_combination` VALUES (5, 6, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', '印刷各种印刷', NULL, 3, '印刷各种印刷', 19.90, 33.00, 1, 12, 99, '2020-09-12 15:52:11', NULL, 0, 1, 0, 1, NULL, '

印刷各种印刷


', '2020-09-12 00:00:00', '2020-09-30 00:00:00', 12, 22, 0, '张', 0, 34); +INSERT INTO `yx_store_combination` VALUES (6, 5, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg', '广告版定制', NULL, 3, '广告版定制', 29.00, 11.00, 0, 7, 10, '2020-09-12 15:53:41', NULL, 0, 1, 0, 1, NULL, '

广告版定制


', '2020-09-12 15:52:26', '2020-09-30 00:00:00', 8, 1, 0, '米', 0, 34); +INSERT INTO `yx_store_combination` VALUES (7, 4, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', '户外写真背胶', NULL, 3, '户外写真背胶', 22.00, 0.00, 0, 22, 18, '2020-09-12 15:55:17', NULL, 0, 1, 0, 1, NULL, '

户外写真背胶


', '2020-09-12 15:53:51', '2020-09-30 00:00:00', 4, 0, 0, '米', 0, 34); +INSERT INTO `yx_store_combination` VALUES (8, 3, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', '彩色复印-量大有优惠', NULL, 3, '彩色复印', 119.99, 1.00, 0, 4, 10, '2020-09-12 16:07:35', NULL, 0, 1, 0, 1, NULL, '

彩色复印-量大有优惠

', '2020-09-12 16:06:44', '2020-09-30 00:00:00', 3, 1, 0, '张', 0, 34); +INSERT INTO `yx_store_combination` VALUES (9, 2, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'X型展架', NULL, 4, 'X型展架', 11.09, 12.00, 0, 16, 398, '2020-09-12 16:10:09', NULL, 0, 1, 0, 1, NULL, '


X型展架

', '2020-09-12 16:07:45', '2020-09-30 00:00:00', 3, 11, 0, '张', 1, 34); +INSERT INTO `yx_store_combination` VALUES (10, 8, 0, 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', '多规格商品测试', NULL, 2, '多规格商品测试', 0.50, 9.00, 0, 4, 56, '2020-09-12 18:16:31', NULL, 0, 1, 0, 1, NULL, '


', '2020-09-12 18:13:57', '2020-09-30 00:00:00', 1, 1, 0, '张', 1, 34); -- ---------------------------- -- Table structure for yx_store_coupon @@ -1961,8 +1895,8 @@ CREATE TABLE `yx_store_coupon` ( `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '优惠券表ID', `title` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '优惠券名称', `integral` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '兑换消耗积分值', - `coupon_price` decimal(8, 2) UNSIGNED NOT NULL COMMENT '兑换的优惠券面值', - `use_min_price` decimal(8, 2) UNSIGNED NOT NULL COMMENT '最低消费多少金额可用优惠券', + `coupon_price` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '兑换的优惠券面值', + `use_min_price` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '最低消费多少金额可用优惠券', `coupon_time` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '优惠券有效期限(单位:天)', `sort` int(11) UNSIGNED NOT NULL DEFAULT 1 COMMENT '排序', `status` tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT '状态(0:关闭,1:开启)', @@ -1976,16 +1910,13 @@ CREATE TABLE `yx_store_coupon` ( INDEX `add_time`(`create_time`) USING BTREE, INDEX `coupon_time`(`coupon_time`) USING BTREE, INDEX `is_del`(`is_del`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '优惠券表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '优惠券表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_coupon -- ---------------------------- -INSERT INTO `yx_store_coupon` VALUES (1, '双十一优惠券', 0, 5.00, 100.00, 20, 0, 1, NULL, 0, '2020-06-21 13:45:51', '2020-06-25 18:54:35', 0); -INSERT INTO `yx_store_coupon` VALUES (2, '5555', 0, 0.00, 0.00, 1, 0, 1, NULL, 0, '2020-06-25 19:30:55', NULL, 1); -INSERT INTO `yx_store_coupon` VALUES (3, '6666', 0, 2.00, 10.00, 10, 0, 1, NULL, 0, '2020-06-25 22:48:47', NULL, 0); -INSERT INTO `yx_store_coupon` VALUES (4, '商品券', 0, 1.00, 10.00, 80, 0, 1, '', 1, '2020-07-02 17:30:49', '2020-07-05 14:46:37', 0); -INSERT INTO `yx_store_coupon` VALUES (5, '555', 0, 0.00, 0.00, 1, 0, 1, '', 0, '2020-07-02 17:59:01', NULL, 1); +INSERT INTO `yx_store_coupon` VALUES (6, '全场通用', 0, 1.00, 10.00, 100, 0, 1, '', 0, '2020-09-12 17:57:02', NULL, 0); +INSERT INTO `yx_store_coupon` VALUES (7, '多规格商品券', 0, 1.00, 5.00, 100, 0, 1, '8', 1, '2020-09-12 17:57:46', NULL, 0); -- ---------------------------- -- Table structure for yx_store_coupon_issue @@ -2011,14 +1942,13 @@ CREATE TABLE `yx_store_coupon_issue` ( INDEX `remain_count`(`remain_count`) USING BTREE, INDEX `status`(`status`) USING BTREE, INDEX `is_del`(`is_del`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '优惠券前台领取表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '优惠券前台领取表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_coupon_issue -- ---------------------------- -INSERT INTO `yx_store_coupon_issue` VALUES (3, '商品券', 4, 1, '2020-07-05 12:47:39', '2020-07-31 00:00:00', 1000, 999, 0, 1, 0, '2020-07-05 12:47:50', NULL); -INSERT INTO `yx_store_coupon_issue` VALUES (4, '双十一优惠券', 1, 0, '2020-07-05 12:48:12', '2020-07-31 00:00:00', 1000, 999, 0, 1, 0, '2020-07-05 12:48:23', NULL); -INSERT INTO `yx_store_coupon_issue` VALUES (5, '商品券', 4, 1, '2020-09-08 16:06:44', '2020-09-30 00:00:00', 1000, 999, 0, 1, 0, '2020-09-08 16:06:53', NULL); +INSERT INTO `yx_store_coupon_issue` VALUES (6, '多规格商品券', 7, 1, '2020-09-12 18:07:10', '2020-09-30 00:00:00', 100, 99, 0, 1, 0, '2020-09-12 18:07:19', NULL); +INSERT INTO `yx_store_coupon_issue` VALUES (7, '全场通用', 6, 0, '2020-09-12 18:07:25', '2020-09-29 00:00:00', 100, 100, 0, 1, 0, '2020-09-12 18:07:34', NULL); -- ---------------------------- -- Table structure for yx_store_coupon_issue_user @@ -2033,14 +1963,12 @@ CREATE TABLE `yx_store_coupon_issue_user` ( `is_del` tinyint(1) NULL DEFAULT 0, PRIMARY KEY (`id`) USING BTREE, UNIQUE INDEX `uid`(`uid`, `issue_coupon_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '优惠券前台用户领取记录表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '优惠券前台用户领取记录表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_coupon_issue_user -- ---------------------------- -INSERT INTO `yx_store_coupon_issue_user` VALUES (2, 12, 3, '2020-07-05 14:47:19', NULL, 0); -INSERT INTO `yx_store_coupon_issue_user` VALUES (3, 12, 4, '2020-07-05 14:53:05', NULL, 0); -INSERT INTO `yx_store_coupon_issue_user` VALUES (4, 33, 5, '2020-09-10 18:52:21', NULL, 0); +INSERT INTO `yx_store_coupon_issue_user` VALUES (5, 43, 6, '2020-09-12 18:08:26', NULL, 0); -- ---------------------------- -- Table structure for yx_store_coupon_user @@ -2051,8 +1979,8 @@ CREATE TABLE `yx_store_coupon_user` ( `cid` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '兑换的项目id', `uid` bigint(20) UNSIGNED NOT NULL DEFAULT 0 COMMENT '优惠券所属用户', `coupon_title` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '优惠券名称', - `coupon_price` decimal(8, 2) UNSIGNED NOT NULL COMMENT '优惠券的面值', - `use_min_price` decimal(8, 2) UNSIGNED NOT NULL COMMENT '最低消费多少金额可用优惠券', + `coupon_price` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '优惠券的面值', + `use_min_price` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '最低消费多少金额可用优惠券', `create_time` datetime(0) NOT NULL COMMENT '优惠券创建时间', `update_time` datetime(0) NULL DEFAULT NULL, `end_time` datetime(0) NOT NULL COMMENT '优惠券结束时间', @@ -2068,14 +1996,12 @@ CREATE TABLE `yx_store_coupon_user` ( INDEX `end_time`(`end_time`) USING BTREE, INDEX `status`(`status`) USING BTREE, INDEX `is_fail`(`is_fail`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '优惠券发放记录表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '优惠券发放记录表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_coupon_user -- ---------------------------- -INSERT INTO `yx_store_coupon_user` VALUES (2, 4, 12, '商品券', 1.00, 10.00, '2020-07-05 14:47:19', '2020-07-07 16:51:27', '2020-09-23 14:47:19', '2020-07-07 16:51:27', 'get', 1, 0, 0); -INSERT INTO `yx_store_coupon_user` VALUES (3, 1, 12, '双十一优惠券', 5.00, 100.00, '2020-07-05 14:53:05', '2020-09-03 10:03:09', '2020-07-25 14:53:05', '2020-06-25 18:54:35', 'get', 2, 0, 0); -INSERT INTO `yx_store_coupon_user` VALUES (4, 4, 33, '商品券', 1.00, 10.00, '2020-09-10 18:52:21', NULL, '2020-11-29 18:52:21', NULL, 'get', 0, 0, 0); +INSERT INTO `yx_store_coupon_user` VALUES (5, 7, 43, '多规格商品券', 1.00, 5.00, '2020-09-12 18:08:26', '2020-09-12 18:11:05', '2020-12-21 18:08:26', '2020-09-12 18:11:05', 'get', 1, 0, 0); -- ---------------------------- -- Table structure for yx_store_order @@ -2090,15 +2016,15 @@ CREATE TABLE `yx_store_order` ( `user_phone` varchar(18) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '用户电话', `user_address` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '详细地址', `cart_id` varchar(256) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '[]' COMMENT '购物车id', - `freight_price` decimal(8, 2) NOT NULL COMMENT '运费金额', + `freight_price` decimal(8, 2) NOT NULL DEFAULT 0.00 COMMENT '运费金额', `total_num` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '订单商品总数', - `total_price` decimal(8, 2) UNSIGNED NOT NULL COMMENT '订单总价', - `total_postage` decimal(8, 2) UNSIGNED NOT NULL COMMENT '邮费', - `pay_price` decimal(8, 2) UNSIGNED NOT NULL COMMENT '实际支付金额', - `pay_postage` decimal(8, 2) UNSIGNED NOT NULL COMMENT '支付邮费', - `deduction_price` decimal(8, 2) UNSIGNED NOT NULL COMMENT '抵扣金额', + `total_price` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '订单总价', + `total_postage` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '邮费', + `pay_price` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '实际支付金额', + `pay_postage` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '支付邮费', + `deduction_price` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '抵扣金额', `coupon_id` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '优惠券id', - `coupon_price` decimal(8, 2) UNSIGNED NOT NULL COMMENT '优惠券金额', + `coupon_price` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '优惠券金额', `paid` tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT '支付状态', `pay_time` datetime(0) NULL DEFAULT NULL COMMENT '支付时间', `pay_type` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '支付方式', @@ -2111,13 +2037,13 @@ CREATE TABLE `yx_store_order` ( `refund_reason_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间', `refund_reason_wap` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '前台退款原因', `refund_reason` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '不退款的理由', - `refund_price` decimal(8, 2) UNSIGNED NOT NULL COMMENT '退款金额', + `refund_price` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '退款金额', `delivery_sn` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '' COMMENT '快递公司编号', `delivery_name` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '快递名称/送货人姓名', `delivery_type` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '发货类型', `delivery_id` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '快递单号/手机号', - `gain_integral` decimal(8, 2) UNSIGNED NOT NULL COMMENT '消费赚取积分', - `use_integral` decimal(8, 2) UNSIGNED NOT NULL COMMENT '使用积分', + `gain_integral` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '消费赚取积分', + `use_integral` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '使用积分', `back_integral` decimal(8, 2) UNSIGNED NULL DEFAULT NULL COMMENT '给用户退了多少积分', `mark` varchar(512) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '备注', `is_del` tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT '是否删除', @@ -2148,58 +2074,19 @@ CREATE TABLE `yx_store_order` ( INDEX `status`(`status`) USING BTREE, INDEX `is_del`(`is_del`) USING BTREE, INDEX `coupon_id`(`coupon_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 63 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '订单表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 71 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '订单表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_order -- ---------------------------- -INSERT INTO `yx_store_order` VALUES (1, '1302228251506114560', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '2', 0.00, 1, 10.00, 0.00, 10.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-05 20:55:40', 'yue', '2020-09-05 20:53:04', '2020-09-05 20:55:40', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '8b53cc02e2ed45dda4356979fc7f2f87', NULL, 0, 0, 0, 0, 11.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (2, '1302228511980781568', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '3', 0.00, 1, 10.00, 0.00, 10.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-05 20:55:50', 'yue', '2020-09-05 20:54:06', '2020-09-05 20:55:50', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '25b2b005df854350bfae0e0b57ebd623', NULL, 0, 0, 0, 0, 11.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (3, '1302228792088985600', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '4', 0.00, 1, 12.00, 0.00, 12.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-05 20:55:13', 'yue', '2020-09-05 20:55:13', '2020-09-05 20:56:14', 1, 0, NULL, NULL, NULL, NULL, NULL, 0.00, 'STO', '申通快递', 'express', '5556666666666', 0.00, 0.00, NULL, '', 0, 'd29fd0417ad74ff9b54438f39d5e1544', NULL, 0, 0, 0, 0, 11.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (4, '1302422925634174976', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '8', 0.00, 1, 10.00, 0.00, 10.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-06 09:46:38', 'yue', '2020-09-06 09:46:38', '2020-09-06 09:46:38', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'c3bf416fd91b402bab54bc34d0941edc', NULL, 0, 0, 2, 4, 11.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (5, '1302844793633636352', NULL, 28, '陶子', '13666666666', '天津市 天津市 河西区 卡阿吉纳加', '11', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-07 13:47:32', 'yue', '2020-09-07 13:42:59', '2020-09-10 21:13:59', 0, 1, '', '', '2020-09-10 21:13:59', '拼团时间超时', NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '44528a1bb76b4f3fae9db28c2a349cab', NULL, 0, 0, 4, 5, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (6, '1302847424330465280', NULL, 28, '陶子', '13666666666', '天津市 天津市 河西区 卡阿吉纳加', '12', 0.00, 1, 10.00, 0.00, 10.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-07 13:53:26', 'yue', '2020-09-07 13:53:26', '2020-09-07 13:53:26', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'be958e9ff0bd4208bec2094b7ae71605', NULL, 0, 0, 2, 6, 11.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (7, '1302847918650163200', NULL, 28, '陶子', '13666666666', '天津市 天津市 河西区 卡阿吉纳加', '13', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-07 13:55:24', 'yue', '2020-09-07 13:55:24', '2020-09-07 13:58:12', 0, 2, '', '', '2020-09-07 13:57:02', '收货地址填错了', NULL, 2.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '02aa27f647d14812b4fa14d82abb9d91', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (8, '1303160097777647616', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '16', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 10:35:54', 'yue', '2020-09-08 10:35:54', '2020-09-08 10:35:54', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'ea8891967b154d71a5cad708aa692107', NULL, 0, 0, 4, 7, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (9, '1303160248218943488', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '17', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 10:36:29', 'yue', '2020-09-08 10:36:29', '2020-09-08 16:44:07', 0, 1, '', '', '2020-09-08 16:44:07', '拼团时间超时', NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'ca999af59360467c8e482a14cdda06e2', NULL, 0, 0, 4, 8, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (10, '1303160281987284992', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '18', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 10:36:37', 'yue', '2020-09-08 10:36:37', '2020-09-08 16:43:45', 0, 1, '', '', '2020-09-08 16:43:45', '拼团时间超时', NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'ed4d85299c634b69b16cadfcb8778c45', NULL, 0, 0, 4, 9, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (11, '1303160507707949056', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '19', 0.00, 1, 10.00, 0.00, 10.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 10:37:31', 'yue', '2020-09-08 10:37:31', '2020-09-08 10:37:31', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'aeee9dc51fd14cdf9ccd472829c01ba9', NULL, 0, 0, 0, 0, 11.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (12, '1303230828439928832', NULL, 27, '哈哈', '15136175246', '天津市 天津市 和平区 666', '21', 0.00, 1, 10.00, 0.00, 10.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 15:16:57', 'yue', '2020-09-08 15:16:57', '2020-09-08 15:16:57', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '2303cf8cc01b48a69223b921675bf116', NULL, 0, 0, 2, 10, 11.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (13, '1303230972069675008', NULL, 27, '哈哈', '15136175246', '天津市 天津市 和平区 666', '22', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 15:17:31', 'yue', '2020-09-08 15:17:31', '2020-09-08 15:17:31', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'edd9751372f440c9b45586f1009c71a2', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (14, '1303231129775505408', NULL, 27, '哈哈', '15136175246', '天津市 天津市 和平区 666', '23', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 15:18:09', 'yue', '2020-09-08 15:18:09', '2020-09-08 15:49:56', 2, 0, NULL, NULL, NULL, NULL, NULL, 0.00, 'ZTO', '中通快递', NULL, '999999', 0.00, 0.00, NULL, '', 0, '76a50e6c16544c54ba615f06687448ad', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (15, '1303231973052907520', NULL, 27, '哈哈', '15136175246', '天津市 天津市 和平区 666', '24', 0.00, 1, 10.00, 0.00, 10.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 15:21:30', 'yue', '2020-09-08 15:21:30', '2020-09-08 15:21:30', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'a5dfc7af20384422902e3cbf4dd7abde', NULL, 0, 0, 2, 11, 11.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (27, '1303296684133974016', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '27', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 19:38:39', 'yue', '2020-09-08 19:38:38', '2020-09-08 19:38:39', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '70b8f7e43cca4a7c83a4f7cc991b5f92', NULL, 0, 0, 0, 0, 3.00, 1, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (28, '1303297972410253312', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '28', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 19:43:45', 'yue', '2020-09-08 19:43:45', '2020-09-08 19:43:45', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '8959762ed54f4973ac351fc37890e549', NULL, 0, 0, 0, 0, 3.00, 1, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (29, '1303322366461345792', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '29', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 21:20:41', 'yue', '2020-09-08 21:20:41', '2020-09-08 21:20:41', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '8e28789828b84f6cb33abd6a2247a5d5', NULL, 0, 0, 0, 0, 3.00, 1, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (30, '1303324179692519424', NULL, 29, '哈哈', '18888888888', '北京市 北京市 朝阳区 老两口儿', '30', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 21:27:54', 'yue', '2020-09-08 21:27:54', '2020-09-08 21:27:54', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'c240e002c2824053a1bfc3079ac27d33', NULL, 0, 0, 4, 12, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (31, '1303344758915072000', NULL, 28, '陶子', '13666666666', '天津市 天津市 河西区 卡阿吉纳加', '31', 0.00, 1, 1.00, 0.00, 1.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-08 22:49:40', 'yue', '2020-09-08 22:49:40', '2020-09-08 22:49:40', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'd093b89789e64e1fb770e648e26e642e', NULL, 0, 0, 2, 13, 11.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (35, '1303524602529447936', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '34', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-09 10:44:18', 'yue', '2020-09-09 10:44:18', '2020-09-09 10:44:18', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '04df17aacac948bbb2beab938bb1f4a4', NULL, 0, 0, 4, 14, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (36, '1303524822927540224', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '35', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-09 10:45:11', 'yue', '2020-09-09 10:45:11', '2020-09-09 10:46:14', 3, 0, NULL, NULL, NULL, NULL, NULL, 0.00, 'STO', '申通快递', 'express', '摸摸', 0.00, 0.00, NULL, '', 0, '25d5347c9aa644e88ca33afae4ed95a1', NULL, 0, 0, 0, 0, 3.00, 1, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (38, '1303529213680156672', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '36', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-09 11:02:38', 'yue', '2020-09-09 11:02:38', '2020-09-09 11:08:37', 3, 0, NULL, NULL, NULL, NULL, NULL, 0.00, 'STO', '申通快递', 'express', '咯哦哦', 0.00, 0.00, NULL, '', 0, 'a84a3da2f8d2452ea117227983f8b56b', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (39, '1303588006036242432', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '40,39,38,37', 0.00, 10, 29.00, 0.00, 29.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-09 14:56:15', 'yue', '2020-09-09 14:56:15', '2020-09-09 14:56:15', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '6b639378b01e4be395eb6d2e1ecd29b5', NULL, 0, 0, 0, 0, 20.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (40, '1303588513781907456', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '43,42,41', 0.00, 3, 33.00, 0.00, 33.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-09 14:58:16', 'yue', '2020-09-09 14:58:16', '2020-09-09 14:58:16', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'ade2ce4655f9430e8c0e5e56eb395f03', NULL, 0, 0, 0, 0, 33.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (41, '1303935108465557504', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '51,50,49,48,47,46,45', 0.00, 10, 57.00, 0.00, 57.00, 0.00, 0.00, 0, 0.00, 0, NULL, 'weixin', '2020-09-10 13:55:30', NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '82e665eb25754724935e8f796fb858de', NULL, 0, 0, 0, 0, 50.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (42, '1303951594382950400', NULL, 26, 'sahsdh', '15601064107', '北京市 北京市 东城区 asdsdsd', '52', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-10 15:01:01', 'yue', '2020-09-10 15:01:01', '2020-09-10 15:01:01', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'b006c567b271476baaf9e31a76ca3d98', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (43, '1303952625439342592', NULL, 26, 'sahsdh', '15601064107', '北京市 北京市 东城区 asdsdsd', '53', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-10 15:05:07', 'yue', '2020-09-10 15:05:07', '2020-09-10 15:05:07', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'f75fd4260b234f688310971191b865a6', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (44, '1303952870156009472', NULL, 26, 'sahsdh', '15601064107', '北京市 北京市 东城区 asdsdsd', '54', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-10 15:06:05', 'yue', '2020-09-10 15:06:05', '2020-09-10 15:06:05', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '59e4dbcd7c104c6fb1d61923c403d541', NULL, 0, 0, 4, 15, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (45, '1303959894109454336', NULL, 26, 'sahsdh', '15601064107', '北京市 北京市 东城区 asdsdsd', '55', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-10 15:34:00', 'yue', '2020-09-10 15:34:00', '2020-09-10 15:34:00', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '7b6ae34244ee48a392092520c9625f01', NULL, 0, 0, 0, 0, 3.00, 1, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (46, '1303984758220390400', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '57', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-10 17:12:48', 'yue', '2020-09-10 17:12:48', '2020-09-10 17:12:48', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '6f09d05650844976a225fecabf8fbada', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (47, '1304003372839337984', NULL, 27, '哈哈', '15136175246', '天津市 天津市 和平区 666', '59', 0.00, 1, 0.00, 1.00, 1.00, 1.00, 0.00, 0, 0.00, 1, '2020-09-10 18:26:46', 'yue', '2020-09-10 18:26:46', '2020-09-10 18:26:46', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '947187685ea348d1a7fd1ca3e085180d', NULL, 0, 0, 0, 0, 0.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (48, '1304003448743657472', NULL, 27, '哈哈', '15136175246', '天津市 天津市 和平区 666', '60', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-10 18:27:04', 'yue', '2020-09-10 18:27:04', '2020-09-10 18:27:04', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '6c3c7e6b04de4e068249db733f2aad34', NULL, 0, 0, 4, 16, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (49, '1304006777817268224', NULL, 27, '哈哈', '15136175246', '天津市 天津市 和平区 666', '62', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-10 18:40:18', 'yue', '2020-09-10 18:40:18', '2020-09-10 18:40:18', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '0ef613dcb323485a821f436a0b1d298a', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (50, '1304011149808762880', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '64', 0.00, 1, 1.00, 0.00, 1.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-10 18:57:40', 'yue', '2020-09-10 18:57:40', '2020-09-10 18:57:40', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'bbc820d1a01746739fbef2dc92363e44', NULL, 0, 0, 2, 17, 11.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (51, '1304072878701936640', NULL, 28, '陶子', '13666666666', '天津市 天津市 河西区 卡阿吉纳加', '70,69', 0.00, 2, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-10 23:02:57', 'yue', '2020-09-10 23:02:57', '2020-09-10 23:03:40', 2, 0, NULL, NULL, NULL, NULL, NULL, 0.00, 'STO', '申通快递', 'express', '818181188', 0.00, 0.00, NULL, '', 0, 'a25693ae19714911a7c331a15d13ffa1', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (52, '1304303086931542016', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '71', 0.00, 1, 0.00, 1.00, 1.00, 1.00, 0.00, 0, 0.00, 1, '2020-09-11 14:18:22', 'yue', '2020-09-11 14:17:43', '2020-09-11 14:18:22', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 1, '9c873b8c61824f9c99c7cfaa6e5e6e72', NULL, 0, 0, 0, 0, 0.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (53, '1304304884484407296', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '72', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-11 14:24:52', 'yue', '2020-09-11 14:24:52', '2020-09-11 14:24:52', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'c0fec1bbb975443ebffc2097d4f7102c', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (54, '1304304986074644480', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '73', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-11 14:25:16', 'yue', '2020-09-11 14:25:16', '2020-09-11 14:25:16', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '216fa0eefaf4466294d239d6c53f627b', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (55, '1304308214954721280', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '33', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-11 14:38:06', 'yue', '2020-09-11 14:38:06', '2020-09-11 14:38:06', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '32eb0402974142da95e6d4e9792c6f83', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (56, '1304309621325824000', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '74', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-11 14:43:41', 'yue', '2020-09-11 14:43:41', '2020-09-11 14:43:41', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '65bf08b18dc0443a8640b8f446f5862f', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (57, '1304310189180059648', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '75', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-11 14:45:57', 'yue', '2020-09-11 14:45:57', '2020-09-11 14:45:57', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '7206c63edb414b7ba0c16f61c83c7676', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (58, '1304310906536067072', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '76', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-11 14:48:48', 'yue', '2020-09-11 14:48:48', '2020-09-11 14:48:48', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '404e291d35924ce6b753a0a1dda9c26a', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (59, '1304315509348499456', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '77', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-11 15:07:05', 'yue', '2020-09-11 15:07:05', '2020-09-11 15:07:05', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '6a44eda3d7bf407aa79dc887a3fbe80e', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (60, '1304315901494951936', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '78', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-11 15:08:39', 'yue', '2020-09-11 15:08:39', '2020-09-11 15:08:39', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '40855941c1c04152b90235ded3aefcd4', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (61, '1304316185264783360', NULL, 33, '老两口', '18888888888', '天津市 天津市 河西区 天锡我宗盟', '79', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-11 15:09:46', 'yue', '2020-09-11 15:09:46', '2020-09-11 15:09:46', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'bb275a627963425a85e121d9dcf68d76', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -INSERT INTO `yx_store_order` VALUES (62, '1304330478194524160', NULL, 25, 'hupeng', '15136175234', '安徽省 芜湖市 镜湖区 99', '80', 0.00, 1, 2.00, 0.00, 2.00, 0.00, 0.00, 0, 0.00, 0, NULL, 'weixin', '2020-09-11 16:06:34', NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '87b8d8fd48d941a190999bce9d81a924', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 0, 0, 0); +INSERT INTO `yx_store_order` VALUES (63, '1304674793248784384', NULL, 40, '陶子', '13666666666', '北京市 北京市 朝阳区 哈哈哈家', '86', 0.00, 1, 11.00, 0.00, 11.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-12 14:57:02', 'yue', '2020-09-12 14:54:45', '2020-09-12 14:57:57', 0, 2, '', '', '2020-09-12 14:57:20', '收货地址填错了', NULL, 11.00, '', NULL, NULL, NULL, 1.00, 0.00, NULL, '', 0, '2854d645ae5d4fcd904e4d9bc93fc9ab', NULL, 0, 0, 0, 0, 22.00, 0, 0, '', 0, 1, 1, 0, 0); +INSERT INTO `yx_store_order` VALUES (64, '1304707841138884608', NULL, 43, '张先生', '18888888888', '天津市 天津市 和平区 6666', '87', 0.00, 1, 100.00, 0.00, 100.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-12 17:06:43', 'yue', '2020-09-12 17:06:04', '2020-09-12 17:06:43', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 10.00, 0.00, NULL, '', 0, 'b0620d8ef43d483d842f3f4f2af57321', NULL, 0, 0, 0, 0, 110.00, 0, 0, '', 0, 1, 1, 0, 0); +INSERT INTO `yx_store_order` VALUES (65, '1304708072970649600', NULL, 43, '张先生', '18888888888', '天津市 天津市 和平区 6666', '88', 0.00, 1, 100.00, 0.00, 100.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-12 17:07:00', 'yue', '2020-09-12 17:07:00', '2020-09-12 17:07:00', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 10.00, 0.00, NULL, '', 0, '0e0d57dabb6b49ec8d29b1c8241f4244', NULL, 0, 0, 0, 0, 110.00, 0, 0, '', 0, 1, 1, 0, 0); +INSERT INTO `yx_store_order` VALUES (66, '1304708313593675776', NULL, 43, '张先生', '18888888888', '天津市 天津市 和平区 6666', '89', 0.00, 1, 100.00, 0.00, 100.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-12 17:08:07', 'yue', '2020-09-12 17:07:57', '2020-09-12 17:41:36', 2, 0, NULL, NULL, NULL, NULL, NULL, 0.00, 'ZTO', '中通快递', NULL, '888888', 10.00, 0.00, NULL, '', 0, 'cbf2920841414a2fb69ad7e2f656cdb8', NULL, 0, 0, 0, 0, 110.00, 0, 0, '', 0, 1, 1, 0, 0); +INSERT INTO `yx_store_order` VALUES (67, '1304713209277579264', NULL, 43, '张先生', '18888888888', '天津市 天津市 和平区 6666', '90', 0.00, 1, 5.00, 0.00, 5.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-12 17:27:24', 'yue', '2020-09-12 17:27:24', '2020-09-12 17:45:11', 3, 0, NULL, NULL, NULL, NULL, NULL, 0.00, 'YTO', '圆通速递', NULL, '99999', 0.00, 0.00, NULL, '', 0, '192fe8c5941e4df58972e421a10566aa', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); +INSERT INTO `yx_store_order` VALUES (68, '1304718451004145664', NULL, 43, '张先生', '18888888888', '天津市 天津市 和平区 6666', '91', 0.00, 1, 9.00, 0.00, 0.00, 0.00, 9.00, 0, 0.00, 1, '2020-09-12 17:48:14', 'yue', '2020-09-12 17:48:14', '2020-09-12 17:53:02', 0, 2, '', '哈哈退款了', '2020-09-12 17:49:08', '收货地址填错了', NULL, 0.00, '', NULL, NULL, NULL, 0.00, 9.00, NULL, '', 0, 'badad637d64d414884d6fb537d6a8a30', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); +INSERT INTO `yx_store_order` VALUES (69, '1304724201122299904', NULL, 43, '张先生', '18888888888', '天津市 天津市 和平区 6666', '95', 0.00, 1, 9.00, 0.00, 8.00, 0.00, 0.00, 5, 1.00, 1, '2020-09-12 18:11:05', 'yue', '2020-09-12 18:11:05', '2020-09-12 18:11:05', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, 'de815431a9f64cffbc907d078d078873', NULL, 0, 0, 0, 0, 1.00, 0, 0, '', 0, 1, 1, 0, 0); +INSERT INTO `yx_store_order` VALUES (70, '1304726099086802944', NULL, 43, '张先生', '18888888888', '天津市 天津市 和平区 6666', '96', 0.00, 1, 1.00, 0.00, 1.00, 0.00, 0.00, 0, 0.00, 1, '2020-09-12 18:18:37', 'yue', '2020-09-12 18:18:37', '2020-09-12 18:18:37', 0, 0, NULL, NULL, NULL, NULL, NULL, 0.00, '', NULL, NULL, NULL, 0.00, 0.00, NULL, '', 0, '681753f30da2467c928f7f7c97e10e68', NULL, 0, 0, 10, 18, 1.00, 0, 0, '', 0, 1, 1, 0, 0); -- ---------------------------- -- Table structure for yx_store_order_cart_info @@ -2216,70 +2103,19 @@ CREATE TABLE `yx_store_order_cart_info` ( UNIQUE INDEX `oid`(`oid`, `unique`) USING BTREE, INDEX `cart_id`(`cart_id`) USING BTREE, INDEX `product_id`(`product_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 60 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '订单购物详情表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 68 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '订单购物详情表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_order_cart_info -- ---------------------------- -INSERT INTO `yx_store_order_cart_info` VALUES (1, 1, 2, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":10.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":999,\"truePrice\":10.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":0,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3330,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":10.00,\"pinkStock\":666,\"seckillPrice\":1.00,\"unique\":\"d3cb524f8fe0477fb6fdaf8c27ee2e96\",\"id\":15,\"sku\":\"A4,白色\",\"stock\":999,\"pinkPrice\":1.00,\"seckillStock\":999},\"browse\":0},\"uid\":29,\"productAttrUnique\":\"d3cb524f8fe0477fb6fdaf8c27ee2e96\",\"bargainId\":0,\"id\":2}', 'f9ac4325f4464ef8ba14f063f935077e'); -INSERT INTO `yx_store_order_cart_info` VALUES (2, 2, 3, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":10.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":998,\"truePrice\":10.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":1,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3329,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":10.00,\"pinkStock\":666,\"seckillPrice\":1.00,\"unique\":\"d3cb524f8fe0477fb6fdaf8c27ee2e96\",\"id\":15,\"sku\":\"A4,白色\",\"stock\":998,\"pinkPrice\":1.00,\"seckillStock\":999},\"browse\":0},\"uid\":29,\"productAttrUnique\":\"d3cb524f8fe0477fb6fdaf8c27ee2e96\",\"bargainId\":0,\"id\":3}', '7dbd8a0c53684cd09829c16a2ca25db2'); -INSERT INTO `yx_store_order_cart_info` VALUES (3, 3, 4, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":12.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":999,\"truePrice\":12.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":2,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3328,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":12.00,\"pinkStock\":666,\"seckillPrice\":3.00,\"unique\":\"b555ab09657e40f1a692429c844a7130\",\"id\":17,\"sku\":\"A3,白色\",\"stock\":999,\"pinkPrice\":3.00,\"seckillStock\":999},\"browse\":0},\"uid\":29,\"productAttrUnique\":\"b555ab09657e40f1a692429c844a7130\",\"bargainId\":0,\"id\":4}', '4a4d624e6dc540deba1c175e221f33bd'); -INSERT INTO `yx_store_order_cart_info` VALUES (4, 4, 8, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":10.0,\"combinationId\":2,\"costPrice\":11.0,\"trueStock\":997,\"truePrice\":10.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":0,\"price\":10.00,\"userLike\":false,\"storeName\":\"X型展架\",\"id\":2,\"stock\":3330,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"00001\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":10.00,\"pinkStock\":666,\"seckillPrice\":1.00,\"unique\":\"aa377803b4604f2aa3757d97d5b19279\",\"id\":20,\"sku\":\"A4,白色\",\"stock\":997,\"pinkPrice\":1.00,\"seckillStock\":999}},\"uid\":29,\"productAttrUnique\":\"aa377803b4604f2aa3757d97d5b19279\",\"bargainId\":0,\"id\":8}', '0278c365e8a6446f87ad1050b61453dd'); -INSERT INTO `yx_store_order_cart_info` VALUES (5, 5, 11, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":4,\"costPrice\":1.0,\"trueStock\":111,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":0,\"price\":2.00,\"userLike\":false,\"storeName\":\"户外写真背胶\",\"id\":4,\"stock\":111,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":22,\"seckillPrice\":0.00,\"unique\":\"40d0683300414a7fbc08372d840c801c\",\"id\":31,\"sku\":\"默认\",\"stock\":111,\"pinkPrice\":2.00,\"seckillStock\":0}},\"uid\":28,\"productAttrUnique\":\"40d0683300414a7fbc08372d840c801c\",\"bargainId\":0,\"id\":11}', 'c6be2b48c16d4916a04241c024f1e62b'); -INSERT INTO `yx_store_order_cart_info` VALUES (6, 6, 12, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":10.0,\"combinationId\":2,\"costPrice\":11.0,\"trueStock\":996,\"truePrice\":10.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":0,\"price\":10.00,\"userLike\":false,\"storeName\":\"X型展架\",\"id\":2,\"stock\":3330,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"00001\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":10.00,\"pinkStock\":665,\"seckillPrice\":1.00,\"unique\":\"aa377803b4604f2aa3757d97d5b19279\",\"id\":20,\"sku\":\"A4,白色\",\"stock\":996,\"pinkPrice\":1.00,\"seckillStock\":999}},\"uid\":28,\"productAttrUnique\":\"aa377803b4604f2aa3757d97d5b19279\",\"bargainId\":0,\"id\":12}', '367dd8f5455f47e2acebd7a74045a1f2'); -INSERT INTO `yx_store_order_cart_info` VALUES (7, 7, 13, 5, '{\"productId\":5,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":11,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

广告版定制

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"sales\":0,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"广告版定制\",\"id\":5,\"keyword\":\"广告版定制\",\"stock\":11,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"广告版定制\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":5,\"otPrice\":11.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"26dbb2c06d9e4740acd191aef3cfd0c0\",\"id\":32,\"sku\":\"默认\",\"stock\":11,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":0},\"uid\":28,\"productAttrUnique\":\"26dbb2c06d9e4740acd191aef3cfd0c0\",\"bargainId\":0,\"id\":13}', 'a09beaabf7ef4ab78eb1b5f91e61b9af'); -INSERT INTO `yx_store_order_cart_info` VALUES (8, 8, 16, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":4,\"costPrice\":1.0,\"trueStock\":110,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":0,\"price\":2.00,\"userLike\":false,\"storeName\":\"户外写真背胶\",\"id\":4,\"stock\":111,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":21,\"seckillPrice\":0.00,\"unique\":\"40d0683300414a7fbc08372d840c801c\",\"id\":31,\"sku\":\"默认\",\"stock\":110,\"pinkPrice\":2.00,\"seckillStock\":0}},\"uid\":29,\"productAttrUnique\":\"40d0683300414a7fbc08372d840c801c\",\"bargainId\":0,\"id\":16}', '1920483f8ff04f9e8a2b3a56b25f961e'); -INSERT INTO `yx_store_order_cart_info` VALUES (9, 9, 17, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":4,\"costPrice\":1.0,\"trueStock\":109,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":0,\"price\":2.00,\"userLike\":false,\"storeName\":\"户外写真背胶\",\"id\":4,\"stock\":111,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":2,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":20,\"seckillPrice\":0.00,\"unique\":\"40d0683300414a7fbc08372d840c801c\",\"id\":31,\"sku\":\"默认\",\"stock\":109,\"pinkPrice\":2.00,\"seckillStock\":0}},\"uid\":29,\"productAttrUnique\":\"40d0683300414a7fbc08372d840c801c\",\"bargainId\":0,\"id\":17}', '7ac2cab6d1dc4a779f784490b7b6e7c1'); -INSERT INTO `yx_store_order_cart_info` VALUES (10, 10, 18, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":4,\"costPrice\":1.0,\"trueStock\":108,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":0,\"price\":2.00,\"userLike\":false,\"storeName\":\"户外写真背胶\",\"id\":4,\"stock\":111,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":3,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":19,\"seckillPrice\":0.00,\"unique\":\"40d0683300414a7fbc08372d840c801c\",\"id\":31,\"sku\":\"默认\",\"stock\":108,\"pinkPrice\":2.00,\"seckillStock\":0}},\"uid\":29,\"productAttrUnique\":\"40d0683300414a7fbc08372d840c801c\",\"bargainId\":0,\"id\":18}', '108eff57819642e6907926a71449e8af'); -INSERT INTO `yx_store_order_cart_info` VALUES (11, 11, 19, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":10.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":995,\"truePrice\":10.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":5,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3325,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":2,\"barCode\":\"00001\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":10.00,\"pinkStock\":664,\"seckillPrice\":1.00,\"unique\":\"aa377803b4604f2aa3757d97d5b19279\",\"id\":20,\"sku\":\"A4,白色\",\"stock\":995,\"pinkPrice\":1.00,\"seckillStock\":999},\"browse\":0},\"uid\":29,\"productAttrUnique\":\"aa377803b4604f2aa3757d97d5b19279\",\"bargainId\":0,\"id\":19}', 'f39a039285fa47558fea53903eb832fe'); -INSERT INTO `yx_store_order_cart_info` VALUES (12, 12, 21, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":12.0,\"combinationId\":2,\"costPrice\":11.0,\"trueStock\":998,\"truePrice\":10.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":0,\"price\":10.00,\"userLike\":false,\"storeName\":\"X型展架\",\"id\":2,\"stock\":3330,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"00003\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":12.00,\"pinkStock\":666,\"seckillPrice\":3.00,\"unique\":\"7250ac97c110456eb569ec30b31f055d\",\"id\":22,\"sku\":\"A3,白色\",\"stock\":998,\"pinkPrice\":3.00,\"seckillStock\":999}},\"uid\":27,\"productAttrUnique\":\"7250ac97c110456eb569ec30b31f055d\",\"bargainId\":0,\"id\":21}', 'c0f652ee88164fefad350e5b64fc15d0'); -INSERT INTO `yx_store_order_cart_info` VALUES (13, 13, 22, 6, '{\"productId\":6,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":111,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

印刷各种印刷

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"sales\":0,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"印刷各种印刷\",\"id\":6,\"keyword\":\"印刷各种印刷\",\"stock\":111,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"印刷各种印刷\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":6,\"otPrice\":11.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":11,\"seckillPrice\":0.10,\"unique\":\"e6d92455baf844b4981f2bde85d2135d\",\"id\":33,\"sku\":\"默认\",\"stock\":111,\"pinkPrice\":1.00,\"seckillStock\":9999},\"browse\":0},\"uid\":27,\"productAttrUnique\":\"e6d92455baf844b4981f2bde85d2135d\",\"bargainId\":0,\"id\":22}', 'e382536e86c346dabd9e174df1a40374'); -INSERT INTO `yx_store_order_cart_info` VALUES (14, 14, 23, 5, '{\"productId\":5,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":10,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

广告版定制

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"sales\":1,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"广告版定制\",\"id\":5,\"keyword\":\"广告版定制\",\"stock\":10,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"广告版定制\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":5,\"otPrice\":11.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"26dbb2c06d9e4740acd191aef3cfd0c0\",\"id\":32,\"sku\":\"默认\",\"stock\":10,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":0},\"uid\":27,\"productAttrUnique\":\"26dbb2c06d9e4740acd191aef3cfd0c0\",\"bargainId\":0,\"id\":23}', '8e22cfbbf4d64dc4abbc9787b0721200'); -INSERT INTO `yx_store_order_cart_info` VALUES (15, 15, 24, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":10.0,\"combinationId\":2,\"costPrice\":11.0,\"trueStock\":994,\"truePrice\":10.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":1,\"price\":10.00,\"userLike\":false,\"storeName\":\"X型展架\",\"id\":2,\"stock\":3329,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":3,\"barCode\":\"00001\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":10.00,\"pinkStock\":664,\"seckillPrice\":1.00,\"unique\":\"aa377803b4604f2aa3757d97d5b19279\",\"id\":20,\"sku\":\"A4,白色\",\"stock\":994,\"pinkPrice\":1.00,\"seckillStock\":999}},\"uid\":27,\"productAttrUnique\":\"aa377803b4604f2aa3757d97d5b19279\",\"bargainId\":0,\"id\":24}', '5b08bd3f006a4f4c9b5e2f2e3bf3dc34'); -INSERT INTO `yx_store_order_cart_info` VALUES (16, 27, 27, 1, '{\"productId\":1,\"seckillId\":1,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":3.0,\"trueStock\":1000,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"isPostage\":0,\"image_base\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"sales\":0,\"price\":2.00,\"userLike\":false,\"storeName\":\"照片打印\",\"id\":1,\"stock\":1000,\"image\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"cost\":3.00,\"sliderImageArr\":[],\"isShow\":1,\"postage\":2.00,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":3.00,\"productId\":1,\"otPrice\":1.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"00005\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":999,\"seckillPrice\":0.20,\"unique\":\"395e84d466844badbfd8a4fe96cda1b0\",\"id\":24,\"sku\":\"默认\",\"stock\":1000,\"pinkPrice\":0.10,\"seckillStock\":999}},\"uid\":29,\"productAttrUnique\":\"395e84d466844badbfd8a4fe96cda1b0\",\"bargainId\":0,\"id\":27}', 'f581a83bdfc64faea90b2865eee36dda'); -INSERT INTO `yx_store_order_cart_info` VALUES (17, 28, 28, 1, '{\"productId\":1,\"seckillId\":1,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":3.0,\"trueStock\":1000,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"isPostage\":0,\"image_base\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"sales\":1,\"price\":2.00,\"userLike\":false,\"storeName\":\"照片打印\",\"id\":1,\"stock\":999,\"image\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"cost\":3.00,\"sliderImageArr\":[],\"isShow\":1,\"postage\":0.20,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":3.00,\"productId\":1,\"otPrice\":1.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"00005\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":999,\"seckillPrice\":0.20,\"unique\":\"b76d9d8eaa9e4c72b14e009d1974715c\",\"id\":35,\"sku\":\"默认\",\"stock\":1000,\"pinkPrice\":0.10,\"seckillStock\":999}},\"uid\":29,\"productAttrUnique\":\"b76d9d8eaa9e4c72b14e009d1974715c\",\"bargainId\":0,\"id\":28}', '5b1a07c9681649adb0b52a491efa2ddf'); -INSERT INTO `yx_store_order_cart_info` VALUES (18, 29, 29, 1, '{\"productId\":1,\"seckillId\":1,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":3.0,\"trueStock\":999,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"isPostage\":0,\"image_base\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"sales\":2,\"price\":2.00,\"userLike\":false,\"storeName\":\"照片打印\",\"id\":1,\"stock\":100,\"image\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"cost\":3.00,\"sliderImageArr\":[],\"isShow\":1,\"postage\":0.20,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":3.00,\"productId\":1,\"otPrice\":1.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"00005\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":100,\"seckillPrice\":0.20,\"unique\":\"d4ce8cd4bda84d479c11348e060afb8e\",\"id\":44,\"sku\":\"默认\",\"stock\":999,\"pinkPrice\":0.10,\"seckillStock\":100}},\"uid\":29,\"productAttrUnique\":\"d4ce8cd4bda84d479c11348e060afb8e\",\"bargainId\":0,\"id\":29}', '81dfa231a2f24557b90d9454acc2f645'); -INSERT INTO `yx_store_order_cart_info` VALUES (19, 30, 30, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":4,\"costPrice\":1.0,\"trueStock\":111,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":0,\"price\":2.00,\"userLike\":false,\"storeName\":\"户外写真背胶\",\"id\":4,\"stock\":22,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":22,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":111,\"pinkPrice\":2.00,\"seckillStock\":0}},\"uid\":29,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":30}', '4faf99aa996f49548f2ff32d5eb510a8'); -INSERT INTO `yx_store_order_cart_info` VALUES (20, 31, 31, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":11.0,\"combinationId\":2,\"costPrice\":11.0,\"trueStock\":666,\"truePrice\":1.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":2,\"price\":1.00,\"userLike\":false,\"storeName\":\"X型展架\",\"id\":2,\"stock\":400,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"00002\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":11.00,\"pinkStock\":100,\"seckillPrice\":2.00,\"unique\":\"749e3feb4de4404facb2b3af244724e7\",\"id\":54,\"sku\":\"A4,红色\",\"stock\":666,\"pinkPrice\":2.00,\"seckillStock\":100}},\"uid\":28,\"productAttrUnique\":\"749e3feb4de4404facb2b3af244724e7\",\"bargainId\":0,\"id\":31}', '9d4a4d9f888e4267bc24160389d7e00d'); -INSERT INTO `yx_store_order_cart_info` VALUES (21, 35, 34, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":4,\"costPrice\":1.0,\"trueStock\":110,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":1,\"price\":2.00,\"userLike\":false,\"storeName\":\"户外写真背胶\",\"id\":4,\"stock\":21,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":21,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":110,\"pinkPrice\":2.00,\"seckillStock\":0}},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":34}', '7734c098d38d4d709e72750e044c2ee8'); -INSERT INTO `yx_store_order_cart_info` VALUES (22, 36, 35, 1, '{\"productId\":1,\"seckillId\":1,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":3.0,\"trueStock\":998,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"isPostage\":0,\"image_base\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"sales\":3,\"price\":2.00,\"userLike\":false,\"storeName\":\"照片打印\",\"id\":1,\"stock\":99,\"image\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"cost\":3.00,\"sliderImageArr\":[],\"isShow\":1,\"postage\":0.20,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":3.00,\"productId\":1,\"otPrice\":1.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"00005\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":100,\"seckillPrice\":0.20,\"unique\":\"d4ce8cd4bda84d479c11348e060afb8e\",\"id\":44,\"sku\":\"默认\",\"stock\":998,\"pinkPrice\":0.10,\"seckillStock\":99}},\"uid\":33,\"productAttrUnique\":\"d4ce8cd4bda84d479c11348e060afb8e\",\"bargainId\":0,\"id\":35}', '72864ec6afd144b787a04b26961b3b2d'); -INSERT INTO `yx_store_order_cart_info` VALUES (23, 38, 36, 6, '{\"productId\":6,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":9999,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

印刷各种印刷

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"sales\":1,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"印刷各种印刷\",\"id\":6,\"keyword\":\"印刷各种印刷\",\"stock\":9999,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"印刷各种印刷\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":6,\"otPrice\":11.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":11,\"seckillPrice\":0.10,\"unique\":\"9b046545aa8f4a5b996ef742b9169940\",\"id\":57,\"sku\":\"默认\",\"stock\":9999,\"pinkPrice\":1.00,\"seckillStock\":100},\"browse\":0},\"uid\":33,\"productAttrUnique\":\"9b046545aa8f4a5b996ef742b9169940\",\"bargainId\":0,\"id\":36}', 'df62cc96c2cb49e58a3b358138c0559c'); -INSERT INTO `yx_store_order_cart_info` VALUES (24, 39, 40, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":11.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":665,\"truePrice\":11.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":7,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3323,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"00002\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":11.00,\"pinkStock\":99,\"seckillPrice\":2.00,\"unique\":\"749e3feb4de4404facb2b3af244724e7\",\"id\":54,\"sku\":\"A4,红色\",\"stock\":665,\"pinkPrice\":2.00,\"seckillStock\":100},\"browse\":2},\"uid\":33,\"productAttrUnique\":\"749e3feb4de4404facb2b3af244724e7\",\"bargainId\":0,\"id\":40}', '7cb0461ea93c461eb592a1da365ed827'); -INSERT INTO `yx_store_order_cart_info` VALUES (25, 39, 39, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":109,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":2,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":6,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":105,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":2,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":20,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":109,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":2},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":39}', '62cebd42f16f4a59a6c5c78c799b4522'); -INSERT INTO `yx_store_order_cart_info` VALUES (26, 39, 38, 5, '{\"productId\":5,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":9,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":3,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

广告版定制

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"sales\":2,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"广告版定制\",\"id\":5,\"keyword\":\"广告版定制\",\"stock\":9,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"广告版定制\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":5,\"otPrice\":11.00,\"weight\":0.00,\"sales\":2,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"26dbb2c06d9e4740acd191aef3cfd0c0\",\"id\":32,\"sku\":\"默认\",\"stock\":9,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":3},\"uid\":33,\"productAttrUnique\":\"26dbb2c06d9e4740acd191aef3cfd0c0\",\"bargainId\":0,\"id\":38}', '883a97d922b5414da153968a2d145a28'); -INSERT INTO `yx_store_order_cart_info` VALUES (27, 39, 37, 6, '{\"productId\":6,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":9998,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":4,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

印刷各种印刷

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"sales\":2,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"印刷各种印刷\",\"id\":6,\"keyword\":\"印刷各种印刷\",\"stock\":9998,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"印刷各种印刷\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"\",\"cost\":1.00,\"productId\":6,\"otPrice\":11.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":11,\"seckillPrice\":0.10,\"unique\":\"9b046545aa8f4a5b996ef742b9169940\",\"id\":57,\"sku\":\"默认\",\"stock\":9998,\"pinkPrice\":1.00,\"seckillStock\":100},\"browse\":3},\"uid\":33,\"productAttrUnique\":\"9b046545aa8f4a5b996ef742b9169940\",\"bargainId\":0,\"id\":37}', '3c3ac1b6811c4b04ad62e2089f12dbe7'); -INSERT INTO `yx_store_order_cart_info` VALUES (28, 40, 43, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":11.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":664,\"truePrice\":11.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":8,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3322,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":2,\"barCode\":\"00002\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":11.00,\"pinkStock\":99,\"seckillPrice\":2.00,\"unique\":\"749e3feb4de4404facb2b3af244724e7\",\"id\":54,\"sku\":\"A4,红色\",\"stock\":664,\"pinkPrice\":2.00,\"seckillStock\":100},\"browse\":3},\"uid\":33,\"productAttrUnique\":\"749e3feb4de4404facb2b3af244724e7\",\"bargainId\":0,\"id\":43}', 'bf9973d3fc7c4741bee8fd4e3553aea8'); -INSERT INTO `yx_store_order_cart_info` VALUES (29, 40, 42, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":10.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":993,\"truePrice\":10.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":8,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3322,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"00001\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":10.00,\"pinkStock\":100,\"seckillPrice\":1.00,\"unique\":\"f1e8ba7815b34e60b68b221730ed982d\",\"id\":53,\"sku\":\"A4,白色\",\"stock\":993,\"pinkPrice\":1.00,\"seckillStock\":100},\"browse\":3},\"uid\":33,\"productAttrUnique\":\"f1e8ba7815b34e60b68b221730ed982d\",\"bargainId\":0,\"id\":42}', 'bbbff41960a6497eb0ff207b95b62916'); -INSERT INTO `yx_store_order_cart_info` VALUES (30, 40, 41, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":12.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":997,\"truePrice\":12.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":8,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3322,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"00003\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":12.00,\"pinkStock\":100,\"seckillPrice\":3.00,\"unique\":\"f11d972b9c6444a5b2a53e5758eea8a6\",\"id\":55,\"sku\":\"A3,白色\",\"stock\":997,\"pinkPrice\":3.00,\"seckillStock\":100},\"browse\":3},\"uid\":33,\"productAttrUnique\":\"f11d972b9c6444a5b2a53e5758eea8a6\",\"bargainId\":0,\"id\":41}', 'a022d7c0fb4a44b881284c154b1f850a'); -INSERT INTO `yx_store_order_cart_info` VALUES (31, 41, 51, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":10.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":992,\"truePrice\":10.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":11,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3319,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"00001\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":10.00,\"pinkStock\":100,\"seckillPrice\":1.00,\"unique\":\"f1e8ba7815b34e60b68b221730ed982d\",\"id\":53,\"sku\":\"A4,白色\",\"stock\":992,\"pinkPrice\":1.00,\"seckillStock\":100},\"browse\":4},\"uid\":33,\"productAttrUnique\":\"f1e8ba7815b34e60b68b221730ed982d\",\"bargainId\":0,\"id\":51}', 'c07c0a3e258b4f0185a9fd894ec2feb1'); -INSERT INTO `yx_store_order_cart_info` VALUES (32, 41, 50, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":13.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":666,\"truePrice\":13.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":11,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3319,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"00004\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":13.00,\"pinkStock\":100,\"seckillPrice\":4.00,\"unique\":\"6e1a0039b17b4a0b9286b251f7c6529e\",\"id\":56,\"sku\":\"A3,红色\",\"stock\":666,\"pinkPrice\":4.00,\"seckillStock\":100},\"browse\":4},\"uid\":33,\"productAttrUnique\":\"6e1a0039b17b4a0b9286b251f7c6529e\",\"bargainId\":0,\"id\":50}', '2f1608a3fcca4ef1bbd1f8f3304c9490'); -INSERT INTO `yx_store_order_cart_info` VALUES (33, 41, 49, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":11.0,\"combinationId\":0,\"costPrice\":11.0,\"trueStock\":663,\"truePrice\":11.0,\"type\":\"product\",\"cartNum\":2,\"productInfo\":{\"specType\":1,\"otPrice\":12.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":11,\"price\":10.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"X型展架\",\"id\":2,\"keyword\":\"X型展架\",\"stock\":3319,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":69,\"storeInfo\":\"X型展架\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":3,\"barCode\":\"00002\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":11.00,\"pinkStock\":99,\"seckillPrice\":2.00,\"unique\":\"749e3feb4de4404facb2b3af244724e7\",\"id\":54,\"sku\":\"A4,红色\",\"stock\":663,\"pinkPrice\":2.00,\"seckillStock\":100},\"browse\":4},\"uid\":33,\"productAttrUnique\":\"749e3feb4de4404facb2b3af244724e7\",\"bargainId\":0,\"id\":49}', 'c99b130cddd940fcbb8cbe3994707ba2'); -INSERT INTO `yx_store_order_cart_info` VALUES (34, 41, 48, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":107,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":8,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":103,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":4,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":20,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":107,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":5},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":48}', 'a53b394de9654ef095b974041c2fcbb6'); -INSERT INTO `yx_store_order_cart_info` VALUES (35, 41, 47, 3, '{\"productId\":3,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":11,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":3,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

1111

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"sales\":0,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"彩色复印-量大有优惠\",\"id\":3,\"keyword\":\"彩色复印\",\"stock\":11,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"彩色复印\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":3,\"otPrice\":1.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":10,\"seckillPrice\":0.00,\"unique\":\"c9a418620c8b491d8af537974e07b1a2\",\"id\":37,\"sku\":\"默认\",\"stock\":11,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":4},\"uid\":33,\"productAttrUnique\":\"c9a418620c8b491d8af537974e07b1a2\",\"bargainId\":0,\"id\":47}', '04802f71bf5b4989aeffb69f7169e073'); -INSERT INTO `yx_store_order_cart_info` VALUES (36, 41, 46, 5, '{\"productId\":5,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":6,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

广告版定制

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"sales\":5,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"广告版定制\",\"id\":5,\"keyword\":\"广告版定制\",\"stock\":6,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"广告版定制\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":5,\"otPrice\":11.00,\"weight\":0.00,\"sales\":5,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"26dbb2c06d9e4740acd191aef3cfd0c0\",\"id\":32,\"sku\":\"默认\",\"stock\":6,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":5},\"uid\":33,\"productAttrUnique\":\"26dbb2c06d9e4740acd191aef3cfd0c0\",\"bargainId\":0,\"id\":46}', '2f596830bef749ceae9556109da05ac2'); -INSERT INTO `yx_store_order_cart_info` VALUES (37, 41, 45, 6, '{\"productId\":6,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":9994,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

印刷各种印刷

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"sales\":6,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"印刷各种印刷\",\"id\":6,\"keyword\":\"印刷各种印刷\",\"stock\":9994,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"印刷各种印刷\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":6,\"otPrice\":11.00,\"weight\":0.00,\"sales\":5,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":11,\"seckillPrice\":0.10,\"unique\":\"9b046545aa8f4a5b996ef742b9169940\",\"id\":57,\"sku\":\"默认\",\"stock\":9994,\"pinkPrice\":1.00,\"seckillStock\":100},\"browse\":10},\"uid\":33,\"productAttrUnique\":\"9b046545aa8f4a5b996ef742b9169940\",\"bargainId\":0,\"id\":45}', '32e8adb6270945db884ad7b579555edf'); -INSERT INTO `yx_store_order_cart_info` VALUES (38, 42, 52, 6, '{\"productId\":6,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":9993,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

印刷各种印刷

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"sales\":7,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"印刷各种印刷\",\"id\":6,\"keyword\":\"印刷各种印刷\",\"stock\":9993,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"印刷各种印刷\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":6,\"otPrice\":11.00,\"weight\":0.00,\"sales\":6,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":11,\"seckillPrice\":0.10,\"unique\":\"9b046545aa8f4a5b996ef742b9169940\",\"id\":57,\"sku\":\"默认\",\"stock\":9993,\"pinkPrice\":1.00,\"seckillStock\":100},\"browse\":13},\"uid\":26,\"productAttrUnique\":\"9b046545aa8f4a5b996ef742b9169940\",\"bargainId\":0,\"id\":52}', '0c44cad26d9a4babb64d5d476d685e76'); -INSERT INTO `yx_store_order_cart_info` VALUES (39, 43, 53, 6, '{\"productId\":6,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":9992,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

印刷各种印刷

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"sales\":8,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"印刷各种印刷\",\"id\":6,\"keyword\":\"印刷各种印刷\",\"stock\":9992,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"印刷各种印刷\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":6,\"otPrice\":11.00,\"weight\":0.00,\"sales\":7,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":11,\"seckillPrice\":0.10,\"unique\":\"9b046545aa8f4a5b996ef742b9169940\",\"id\":57,\"sku\":\"默认\",\"stock\":9992,\"pinkPrice\":1.00,\"seckillStock\":100},\"browse\":14},\"uid\":26,\"productAttrUnique\":\"9b046545aa8f4a5b996ef742b9169940\",\"bargainId\":0,\"id\":53}', '0695c47255fc4d2893bad4b524dd4f77'); -INSERT INTO `yx_store_order_cart_info` VALUES (40, 44, 54, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":4,\"costPrice\":1.0,\"trueStock\":106,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":2,\"price\":2.00,\"userLike\":false,\"storeName\":\"户外写真背胶\",\"id\":4,\"stock\":20,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":5,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":20,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":106,\"pinkPrice\":2.00,\"seckillStock\":0}},\"uid\":26,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":54}', 'cd1c935f5eb44dc7a4a372955fe51242'); -INSERT INTO `yx_store_order_cart_info` VALUES (41, 45, 55, 1, '{\"productId\":1,\"seckillId\":1,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":3.0,\"trueStock\":997,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"isPostage\":0,\"image_base\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"sales\":4,\"price\":2.00,\"userLike\":false,\"storeName\":\"照片打印\",\"id\":1,\"stock\":98,\"image\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"cost\":3.00,\"sliderImageArr\":[],\"isShow\":1,\"postage\":0.20,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":3.00,\"productId\":1,\"otPrice\":1.00,\"weight\":0.00,\"sales\":2,\"barCode\":\"00005\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":100,\"seckillPrice\":0.20,\"unique\":\"d4ce8cd4bda84d479c11348e060afb8e\",\"id\":44,\"sku\":\"默认\",\"stock\":997,\"pinkPrice\":0.10,\"seckillStock\":98}},\"uid\":26,\"productAttrUnique\":\"d4ce8cd4bda84d479c11348e060afb8e\",\"bargainId\":0,\"id\":55}', '64b8ce2799d140f1a1fc567d99c4aa71'); -INSERT INTO `yx_store_order_cart_info` VALUES (42, 46, 57, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":105,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":10,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":101,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":6,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":19,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":105,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":6},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":57}', 'f9d059a37f454d9681c0f28dc9e0bb74'); -INSERT INTO `yx_store_order_cart_info` VALUES (43, 47, 59, 6, '{\"productId\":6,\"seckillId\":0,\"vipTruePrice\":0.0,\"combinationId\":0,\"costPrice\":0.0,\"trueStock\":9991,\"truePrice\":0.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

印刷各种印刷

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"sales\":9,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"印刷各种印刷\",\"id\":6,\"keyword\":\"印刷各种印刷\",\"stock\":9991,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"印刷各种印刷\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":0.00,\"productId\":6,\"otPrice\":0.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":0.00,\"pinkStock\":11,\"seckillPrice\":2.90,\"unique\":\"d726ae74969b41ed95eba1cfff02136d\",\"id\":58,\"sku\":\"默认\",\"stock\":9991,\"pinkPrice\":0.00,\"seckillStock\":2000},\"browse\":22},\"uid\":27,\"productAttrUnique\":\"d726ae74969b41ed95eba1cfff02136d\",\"bargainId\":0,\"id\":59}', 'aa4027b8aa0d48bfad25bce2f9ea5f84'); -INSERT INTO `yx_store_order_cart_info` VALUES (44, 48, 60, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":4,\"costPrice\":1.0,\"trueStock\":104,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":3,\"price\":2.00,\"userLike\":false,\"storeName\":\"户外写真背胶\",\"id\":4,\"stock\":19,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":7,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":19,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":104,\"pinkPrice\":2.00,\"seckillStock\":0}},\"uid\":27,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":60}', '1c14ce63bda244268baf1218763791db'); -INSERT INTO `yx_store_order_cart_info` VALUES (45, 49, 62, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":103,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":12,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":99,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":8,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":18,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":103,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":7},\"uid\":27,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":62}', '7ed379feb0af4b5fa2c2858a6927dcdf'); -INSERT INTO `yx_store_order_cart_info` VALUES (46, 50, 64, 2, '{\"productId\":2,\"seckillId\":0,\"vipTruePrice\":12.0,\"combinationId\":2,\"costPrice\":11.0,\"trueStock\":996,\"truePrice\":1.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"sales\":3,\"price\":1.00,\"userLike\":false,\"storeName\":\"X型展架\",\"id\":2,\"stock\":399,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":11.00,\"productId\":2,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"00003\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":12.00,\"pinkStock\":100,\"seckillPrice\":3.00,\"unique\":\"c36c8514daf74674a4a9fc39dea8c471\",\"id\":61,\"sku\":\"A3,白色\",\"stock\":996,\"pinkPrice\":3.00,\"seckillStock\":100}},\"uid\":33,\"productAttrUnique\":\"c36c8514daf74674a4a9fc39dea8c471\",\"bargainId\":0,\"id\":64}', 'f65a60242969406e9f20096ac7bb323b'); -INSERT INTO `yx_store_order_cart_info` VALUES (47, 51, 70, 3, '{\"productId\":3,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":8,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

1111

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"sales\":3,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"彩色复印-量大有优惠\",\"id\":3,\"keyword\":\"彩色复印\",\"stock\":8,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"彩色复印\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":3,\"otPrice\":1.00,\"weight\":0.00,\"sales\":3,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":10,\"seckillPrice\":0.00,\"unique\":\"c9a418620c8b491d8af537974e07b1a2\",\"id\":37,\"sku\":\"默认\",\"stock\":8,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":11},\"uid\":28,\"productAttrUnique\":\"c9a418620c8b491d8af537974e07b1a2\",\"bargainId\":0,\"id\":70}', 'b1da5dd6f99647c5b262e6d2cdb2f835'); -INSERT INTO `yx_store_order_cart_info` VALUES (48, 51, 69, 6, '{\"productId\":6,\"seckillId\":0,\"vipTruePrice\":0.0,\"combinationId\":0,\"costPrice\":0.0,\"trueStock\":9990,\"truePrice\":0.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

印刷各种印刷

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"sales\":10,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"印刷各种印刷\",\"id\":6,\"keyword\":\"印刷各种印刷\",\"stock\":9990,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"印刷各种印刷\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":0.00,\"productId\":6,\"otPrice\":0.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":0.00,\"pinkStock\":11,\"seckillPrice\":2.20,\"unique\":\"1432af5acbcd407e97a1c86c37cafa39\",\"id\":64,\"sku\":\"默认\",\"stock\":9990,\"pinkPrice\":0.00,\"seckillStock\":2000},\"browse\":30},\"uid\":28,\"productAttrUnique\":\"1432af5acbcd407e97a1c86c37cafa39\",\"bargainId\":0,\"id\":69}', '1656740d8eb54aa79b6edea6a7c66330'); -INSERT INTO `yx_store_order_cart_info` VALUES (49, 52, 71, 6, '{\"productId\":6,\"seckillId\":0,\"vipTruePrice\":0.0,\"combinationId\":0,\"costPrice\":0.0,\"trueStock\":9989,\"truePrice\":0.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

印刷各种印刷

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"sales\":11,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"印刷各种印刷\",\"id\":6,\"keyword\":\"印刷各种印刷\",\"stock\":9989,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"印刷各种印刷\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":0.00,\"productId\":6,\"otPrice\":0.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":0.00,\"pinkStock\":11,\"seckillPrice\":2.20,\"unique\":\"1432af5acbcd407e97a1c86c37cafa39\",\"id\":64,\"sku\":\"默认\",\"stock\":9989,\"pinkPrice\":0.00,\"seckillStock\":2000},\"browse\":42},\"uid\":33,\"productAttrUnique\":\"1432af5acbcd407e97a1c86c37cafa39\",\"bargainId\":0,\"id\":71}', 'c5ea3dd58b9c4c6783a2ff8b13dd390a'); -INSERT INTO `yx_store_order_cart_info` VALUES (50, 53, 72, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":102,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":13,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":98,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":9,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":18,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":102,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":12},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":72}', 'ad8404cc36e347eb99fc04807f21bc42'); -INSERT INTO `yx_store_order_cart_info` VALUES (51, 54, 73, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":101,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":14,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":97,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":10,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":18,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":101,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":12},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":73}', '6641232c74294005aa95e1d370ec1093'); -INSERT INTO `yx_store_order_cart_info` VALUES (52, 55, 33, 5, '{\"productId\":5,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":5,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":11.00,\"userCollect\":false,\"description\":\"

广告版定制

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"sales\":6,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"广告版定制\",\"id\":5,\"keyword\":\"广告版定制\",\"stock\":5,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"广告版定制\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":5,\"otPrice\":11.00,\"weight\":0.00,\"sales\":6,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"26dbb2c06d9e4740acd191aef3cfd0c0\",\"id\":32,\"sku\":\"默认\",\"stock\":5,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":8},\"uid\":33,\"productAttrUnique\":\"26dbb2c06d9e4740acd191aef3cfd0c0\",\"bargainId\":0,\"id\":33}', 'b04e589c0cfd4215906059c7aff71fdb'); -INSERT INTO `yx_store_order_cart_info` VALUES (53, 56, 74, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":100,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":15,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":96,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":11,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":18,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":100,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":13},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":74}', '68c20fe9a0d14a47ac366978874ad7e5'); -INSERT INTO `yx_store_order_cart_info` VALUES (54, 57, 75, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":99,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":16,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":95,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":12,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":18,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":99,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":14},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":75}', '6abb90e9cbe942d8b9104950e43072b4'); -INSERT INTO `yx_store_order_cart_info` VALUES (55, 58, 76, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":98,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":17,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":94,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":13,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":18,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":98,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":15},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":76}', '8f89c2ac13d5408db513f592a7e1f0ce'); -INSERT INTO `yx_store_order_cart_info` VALUES (56, 59, 77, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":97,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":18,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":93,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":14,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":18,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":97,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":16},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":77}', '02f0cf2552cc41a780bb77b9f27841fa'); -INSERT INTO `yx_store_order_cart_info` VALUES (57, 60, 78, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":96,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":19,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":92,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":15,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":18,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":96,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":17},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":78}', '97bfaba217f84af8897fadf3302afa98'); -INSERT INTO `yx_store_order_cart_info` VALUES (58, 61, 79, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":95,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":20,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":91,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":16,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":18,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":95,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":18},\"uid\":33,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":79}', '2781c5d52a9744f190dc81b70cc6a420'); -INSERT INTO `yx_store_order_cart_info` VALUES (59, 62, 80, 4, '{\"productId\":4,\"seckillId\":0,\"vipTruePrice\":2.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":94,\"truePrice\":2.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":1.00,\"userCollect\":false,\"description\":\"

户外写真背胶

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"sales\":21,\"price\":2.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"户外写真背胶\",\"id\":4,\"keyword\":\"户外写真背胶\",\"stock\":90,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"米\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"户外写真背胶\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":1.00,\"productId\":4,\"otPrice\":1.00,\"weight\":0.00,\"sales\":17,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":2.00,\"pinkStock\":18,\"seckillPrice\":0.00,\"unique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"id\":36,\"sku\":\"默认\",\"stock\":94,\"pinkPrice\":2.00,\"seckillStock\":0},\"browse\":19},\"uid\":25,\"productAttrUnique\":\"bfc82f4771ec474994b0edb198e4fc6b\",\"bargainId\":0,\"id\":80}', 'c6c2364d1b2f41a991509668b7377d0d'); +INSERT INTO `yx_store_order_cart_info` VALUES (60, 63, 86, 6, '{\"productId\":6,\"seckillId\":0,\"vipTruePrice\":11.0,\"combinationId\":0,\"costPrice\":22.0,\"trueStock\":9989,\"truePrice\":11.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":33.00,\"userCollect\":false,\"description\":\"

印刷各种印刷

\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"sales\":11,\"price\":11.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"印刷各种印刷\",\"id\":6,\"keyword\":\"印刷各种印刷\",\"stock\":9989,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"cost\":22.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":1.00,\"sort\":1,\"sliderImageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\"],\"sliderImage\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":1,\"storeInfo\":\"印刷各种印刷\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"cost\":22.00,\"productId\":6,\"otPrice\":33.00,\"weight\":1.00,\"sales\":0,\"barCode\":\"00002\",\"brokerageTwo\":0.00,\"volume\":1.00,\"price\":11.00,\"pinkStock\":11,\"seckillPrice\":2.00,\"unique\":\"91d12632e2c047d7b34dab48cfc5a34e\",\"id\":72,\"sku\":\"默认\",\"stock\":9989,\"pinkPrice\":0.00,\"seckillStock\":2000},\"browse\":72},\"uid\":40,\"productAttrUnique\":\"91d12632e2c047d7b34dab48cfc5a34e\",\"bargainId\":0,\"id\":86}', '0fdff73d4c7b428595e00cf151fff849'); +INSERT INTO `yx_store_order_cart_info` VALUES (61, 64, 87, 7, '{\"productId\":7,\"seckillId\":0,\"vipTruePrice\":100.0,\"combinationId\":0,\"costPrice\":110.0,\"trueStock\":10,\"truePrice\":100.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":120.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png\",\"sales\":0,\"price\":100.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"专属测试商品\",\"id\":7,\"keyword\":\"专属测试商品\",\"stock\":10,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png\",\"cost\":110.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":10.00,\"sort\":0,\"sliderImageArr\":[\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\"],\"sliderImage\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":9,\"storeInfo\":\"\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png\",\"cost\":110.00,\"productId\":7,\"otPrice\":120.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":100.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"789984b858bb489bb6313107e11fdc15\",\"id\":86,\"sku\":\"默认\",\"stock\":10,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":4},\"uid\":43,\"productAttrUnique\":\"789984b858bb489bb6313107e11fdc15\",\"bargainId\":0,\"id\":87}', 'ac7c7459d2974af8bc15b4f5efeeca6e'); +INSERT INTO `yx_store_order_cart_info` VALUES (62, 65, 88, 7, '{\"productId\":7,\"seckillId\":0,\"vipTruePrice\":100.0,\"combinationId\":0,\"costPrice\":110.0,\"trueStock\":9,\"truePrice\":100.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":120.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png\",\"sales\":1,\"price\":100.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"专属测试商品\",\"id\":7,\"keyword\":\"专属测试商品\",\"stock\":9,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png\",\"cost\":110.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":10.00,\"sort\":0,\"sliderImageArr\":[\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\"],\"sliderImage\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":9,\"storeInfo\":\"\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png\",\"cost\":110.00,\"productId\":7,\"otPrice\":120.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":100.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"789984b858bb489bb6313107e11fdc15\",\"id\":86,\"sku\":\"默认\",\"stock\":9,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":4},\"uid\":43,\"productAttrUnique\":\"789984b858bb489bb6313107e11fdc15\",\"bargainId\":0,\"id\":88}', '7b743365ec254d42aa0b217a0fcc6518'); +INSERT INTO `yx_store_order_cart_info` VALUES (63, 66, 89, 7, '{\"productId\":7,\"seckillId\":0,\"vipTruePrice\":100.0,\"combinationId\":0,\"costPrice\":110.0,\"trueStock\":8,\"truePrice\":100.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":0,\"otPrice\":120.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":0,\"image_base\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png\",\"sales\":2,\"price\":100.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"专属测试商品\",\"id\":7,\"keyword\":\"专属测试商品\",\"stock\":8,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png\",\"cost\":110.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":10.00,\"sort\":0,\"sliderImageArr\":[\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\"],\"sliderImage\":\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"3\",\"isSeckill\":0,\"merId\":0,\"ficti\":9,\"storeInfo\":\"\",\"tempId\":34,\"attrInfo\":{\"brokerage\":0.00,\"image\":\"https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png\",\"cost\":110.00,\"productId\":7,\"otPrice\":120.00,\"weight\":0.00,\"sales\":2,\"barCode\":\"\",\"brokerageTwo\":0.00,\"volume\":0.00,\"price\":100.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"789984b858bb489bb6313107e11fdc15\",\"id\":86,\"sku\":\"默认\",\"stock\":8,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":5},\"uid\":43,\"productAttrUnique\":\"789984b858bb489bb6313107e11fdc15\",\"bargainId\":0,\"id\":89}', 'a10bdd6664284a57b7f0c180eaf42266'); +INSERT INTO `yx_store_order_cart_info` VALUES (64, 67, 90, 8, '{\"productId\":8,\"seckillId\":0,\"vipTruePrice\":5.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":66,\"truePrice\":5.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":9.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":1,\"image_base\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"sales\":0,\"price\":4.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"多规格商品测试\",\"id\":8,\"keyword\":\"多规格商品测试\",\"stock\":506,\"image\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\"],\"sliderImage\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"5\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"多规格商品测试\",\"tempId\":34,\"attrInfo\":{\"brokerage\":1.00,\"image\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"cost\":1.00,\"productId\":8,\"otPrice\":9.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":1.00,\"volume\":0.00,\"price\":5.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"2f7ee7305cfe43f782ea28c0235256db\",\"id\":91,\"sku\":\"A5,白色\",\"stock\":66,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":1},\"uid\":43,\"productAttrUnique\":\"2f7ee7305cfe43f782ea28c0235256db\",\"bargainId\":0,\"id\":90}', 'c1907f2efeff48168c119ee28ddcac42'); +INSERT INTO `yx_store_order_cart_info` VALUES (65, 68, 91, 8, '{\"productId\":8,\"seckillId\":0,\"vipTruePrice\":9.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":99,\"truePrice\":9.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":9.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":1,\"image_base\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"sales\":1,\"price\":4.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"多规格商品测试\",\"id\":8,\"keyword\":\"多规格商品测试\",\"stock\":505,\"image\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\"],\"sliderImage\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"5\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"多规格商品测试\",\"tempId\":34,\"attrInfo\":{\"brokerage\":1.00,\"image\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"cost\":1.00,\"productId\":8,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":1.00,\"volume\":0.00,\"price\":9.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"183fcbaffb3849c48de2e87a226209b9\",\"id\":87,\"sku\":\"A4,白色\",\"stock\":99,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":4},\"uid\":43,\"productAttrUnique\":\"183fcbaffb3849c48de2e87a226209b9\",\"bargainId\":0,\"id\":91}', 'f14541c048b84132968830cd059d3861'); +INSERT INTO `yx_store_order_cart_info` VALUES (66, 69, 95, 8, '{\"productId\":8,\"seckillId\":0,\"vipTruePrice\":9.0,\"combinationId\":0,\"costPrice\":1.0,\"trueStock\":98,\"truePrice\":9.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"specType\":1,\"otPrice\":9.00,\"userCollect\":false,\"description\":\"


\",\"isPostage\":0,\"isSub\":1,\"image_base\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"sales\":2,\"price\":4.00,\"userLike\":false,\"vipPrice\":0.00,\"storeName\":\"多规格商品测试\",\"id\":8,\"keyword\":\"多规格商品测试\",\"stock\":504,\"image\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"cost\":1.00,\"isGood\":0,\"unitName\":\"张\",\"giveIntegral\":0.00,\"sort\":0,\"sliderImageArr\":[\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\"],\"sliderImage\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg\",\"isShow\":1,\"postage\":0.00,\"cateId\":\"5\",\"isSeckill\":0,\"merId\":0,\"ficti\":0,\"storeInfo\":\"多规格商品测试\",\"tempId\":34,\"attrInfo\":{\"brokerage\":1.00,\"image\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"cost\":1.00,\"productId\":8,\"otPrice\":12.00,\"weight\":0.00,\"sales\":1,\"barCode\":\"\",\"brokerageTwo\":1.00,\"volume\":0.00,\"price\":9.00,\"pinkStock\":0,\"seckillPrice\":0.00,\"unique\":\"183fcbaffb3849c48de2e87a226209b9\",\"id\":87,\"sku\":\"A4,白色\",\"stock\":98,\"pinkPrice\":0.00,\"seckillStock\":0},\"browse\":7},\"uid\":43,\"productAttrUnique\":\"183fcbaffb3849c48de2e87a226209b9\",\"bargainId\":0,\"id\":95}', 'ff974fc50f7b42d39fcc80f143297302'); +INSERT INTO `yx_store_order_cart_info` VALUES (67, 70, 96, 8, '{\"productId\":8,\"seckillId\":0,\"vipTruePrice\":9.0,\"combinationId\":10,\"costPrice\":1.0,\"trueStock\":97,\"truePrice\":1.0,\"type\":\"product\",\"cartNum\":1,\"productInfo\":{\"userCollect\":false,\"image_base\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"sales\":3,\"price\":0.50,\"userLike\":false,\"storeName\":\"多规格商品测试\",\"id\":10,\"stock\":57,\"image\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"cost\":1,\"sliderImageArr\":[],\"isShow\":1,\"attrInfo\":{\"brokerage\":1.00,\"image\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"cost\":1.00,\"productId\":8,\"otPrice\":12.00,\"weight\":0.00,\"sales\":0,\"barCode\":\"\",\"brokerageTwo\":1.00,\"volume\":0.00,\"price\":9.00,\"pinkStock\":10,\"seckillPrice\":0.00,\"unique\":\"f25af180071742458622febf7dde528b\",\"id\":93,\"sku\":\"A4,白色\",\"stock\":97,\"pinkPrice\":1.00,\"seckillStock\":0}},\"uid\":43,\"productAttrUnique\":\"f25af180071742458622febf7dde528b\",\"bargainId\":0,\"id\":96}', 'ca64dcfa8d0d4829ab065d3e8c72110a'); -- ---------------------------- -- Table structure for yx_store_order_status @@ -2294,119 +2130,36 @@ CREATE TABLE `yx_store_order_status` ( PRIMARY KEY (`id`) USING BTREE, INDEX `oid`(`oid`) USING BTREE, INDEX `change_type`(`change_type`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 109 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '订单操作记录表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 134 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '订单操作记录表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_order_status -- ---------------------------- -INSERT INTO `yx_store_order_status` VALUES (1, 1, 'yshop_create_order', '订单生成', '2020-09-05 20:53:04'); -INSERT INTO `yx_store_order_status` VALUES (2, 2, 'yshop_create_order', '订单生成', '2020-09-05 20:54:06'); -INSERT INTO `yx_store_order_status` VALUES (3, 3, 'yshop_create_order', '订单生成', '2020-09-05 20:55:12'); -INSERT INTO `yx_store_order_status` VALUES (4, 3, 'pay_success', '用户付款成功', '2020-09-05 20:55:12'); -INSERT INTO `yx_store_order_status` VALUES (5, 1, 'pay_success', '用户付款成功', '2020-09-05 20:55:39'); -INSERT INTO `yx_store_order_status` VALUES (6, 2, 'pay_success', '用户付款成功', '2020-09-05 20:55:50'); -INSERT INTO `yx_store_order_status` VALUES (7, 3, 'delivery_goods', '已发货 快递公司:申通快递快递单号:5556666666666', '2020-09-05 20:56:14'); -INSERT INTO `yx_store_order_status` VALUES (8, 4, 'yshop_create_order', '订单生成', '2020-09-06 09:46:38'); -INSERT INTO `yx_store_order_status` VALUES (9, 4, 'pay_success', '用户付款成功', '2020-09-06 09:46:38'); -INSERT INTO `yx_store_order_status` VALUES (10, 5, 'yshop_create_order', '订单生成', '2020-09-07 13:42:59'); -INSERT INTO `yx_store_order_status` VALUES (11, 5, 'pay_success', '用户付款成功', '2020-09-07 13:47:32'); -INSERT INTO `yx_store_order_status` VALUES (12, 6, 'yshop_create_order', '订单生成', '2020-09-07 13:53:26'); -INSERT INTO `yx_store_order_status` VALUES (13, 6, 'pay_success', '用户付款成功', '2020-09-07 13:53:26'); -INSERT INTO `yx_store_order_status` VALUES (14, 7, 'yshop_create_order', '订单生成', '2020-09-07 13:55:24'); -INSERT INTO `yx_store_order_status` VALUES (15, 7, 'pay_success', '用户付款成功', '2020-09-07 13:55:24'); -INSERT INTO `yx_store_order_status` VALUES (16, 7, 'apply_refund', '用户申请退款,原因:收货地址填错了', '2020-09-07 13:57:02'); -INSERT INTO `yx_store_order_status` VALUES (17, 7, 'order_edit', '退款给用户:2元', '2020-09-07 13:58:12'); -INSERT INTO `yx_store_order_status` VALUES (18, 8, 'yshop_create_order', '订单生成', '2020-09-08 10:35:53'); -INSERT INTO `yx_store_order_status` VALUES (19, 8, 'pay_success', '用户付款成功', '2020-09-08 10:35:53'); -INSERT INTO `yx_store_order_status` VALUES (20, 9, 'yshop_create_order', '订单生成', '2020-09-08 10:36:29'); -INSERT INTO `yx_store_order_status` VALUES (21, 9, 'pay_success', '用户付款成功', '2020-09-08 10:36:29'); -INSERT INTO `yx_store_order_status` VALUES (22, 10, 'yshop_create_order', '订单生成', '2020-09-08 10:36:37'); -INSERT INTO `yx_store_order_status` VALUES (23, 10, 'pay_success', '用户付款成功', '2020-09-08 10:36:37'); -INSERT INTO `yx_store_order_status` VALUES (24, 11, 'yshop_create_order', '订单生成', '2020-09-08 10:37:31'); -INSERT INTO `yx_store_order_status` VALUES (25, 11, 'pay_success', '用户付款成功', '2020-09-08 10:37:31'); -INSERT INTO `yx_store_order_status` VALUES (26, 12, 'yshop_create_order', '订单生成', '2020-09-08 15:16:57'); -INSERT INTO `yx_store_order_status` VALUES (27, 12, 'pay_success', '用户付款成功', '2020-09-08 15:16:57'); -INSERT INTO `yx_store_order_status` VALUES (28, 13, 'yshop_create_order', '订单生成', '2020-09-08 15:17:31'); -INSERT INTO `yx_store_order_status` VALUES (29, 13, 'pay_success', '用户付款成功', '2020-09-08 15:17:31'); -INSERT INTO `yx_store_order_status` VALUES (30, 14, 'yshop_create_order', '订单生成', '2020-09-08 15:18:08'); -INSERT INTO `yx_store_order_status` VALUES (31, 14, 'pay_success', '用户付款成功', '2020-09-08 15:18:08'); -INSERT INTO `yx_store_order_status` VALUES (32, 15, 'yshop_create_order', '订单生成', '2020-09-08 15:21:29'); -INSERT INTO `yx_store_order_status` VALUES (33, 15, 'pay_success', '用户付款成功', '2020-09-08 15:21:29'); -INSERT INTO `yx_store_order_status` VALUES (34, 14, 'delivery_goods', '已发货 快递公司:中通快递快递单号:999999', '2020-09-08 15:44:06'); -INSERT INTO `yx_store_order_status` VALUES (35, 14, 'user_take_delivery', '用户已收货', '2020-09-08 15:49:55'); -INSERT INTO `yx_store_order_status` VALUES (36, 10, 'apply_refund', '用户申请退款,原因:拼团时间超时', '2020-09-08 16:43:44'); -INSERT INTO `yx_store_order_status` VALUES (37, 9, 'apply_refund', '用户申请退款,原因:拼团时间超时', '2020-09-08 16:44:06'); -INSERT INTO `yx_store_order_status` VALUES (38, 27, 'yshop_create_order', '订单生成', '2020-09-08 19:38:38'); -INSERT INTO `yx_store_order_status` VALUES (39, 27, 'pay_success', '用户付款成功', '2020-09-08 19:38:39'); -INSERT INTO `yx_store_order_status` VALUES (40, 28, 'yshop_create_order', '订单生成', '2020-09-08 19:43:45'); -INSERT INTO `yx_store_order_status` VALUES (41, 28, 'pay_success', '用户付款成功', '2020-09-08 19:43:45'); -INSERT INTO `yx_store_order_status` VALUES (42, 29, 'yshop_create_order', '订单生成', '2020-09-08 21:20:41'); -INSERT INTO `yx_store_order_status` VALUES (43, 29, 'pay_success', '用户付款成功', '2020-09-08 21:20:41'); -INSERT INTO `yx_store_order_status` VALUES (44, 30, 'yshop_create_order', '订单生成', '2020-09-08 21:27:53'); -INSERT INTO `yx_store_order_status` VALUES (45, 30, 'pay_success', '用户付款成功', '2020-09-08 21:27:53'); -INSERT INTO `yx_store_order_status` VALUES (46, 31, 'yshop_create_order', '订单生成', '2020-09-08 22:49:40'); -INSERT INTO `yx_store_order_status` VALUES (47, 31, 'pay_success', '用户付款成功', '2020-09-08 22:49:40'); -INSERT INTO `yx_store_order_status` VALUES (48, 35, 'yshop_create_order', '订单生成', '2020-09-09 10:44:18'); -INSERT INTO `yx_store_order_status` VALUES (49, 35, 'pay_success', '用户付款成功', '2020-09-09 10:44:18'); -INSERT INTO `yx_store_order_status` VALUES (50, 36, 'yshop_create_order', '订单生成', '2020-09-09 10:45:10'); -INSERT INTO `yx_store_order_status` VALUES (51, 36, 'pay_success', '用户付款成功', '2020-09-09 10:45:10'); -INSERT INTO `yx_store_order_status` VALUES (52, 36, 'delivery_goods', '已发货 快递公司:申通快递快递单号:摸摸', '2020-09-09 10:45:47'); -INSERT INTO `yx_store_order_status` VALUES (53, 36, 'user_take_delivery', '用户已收货', '2020-09-09 10:45:54'); -INSERT INTO `yx_store_order_status` VALUES (54, 36, 'order_eval', '用户评价', '2020-09-09 10:46:14'); -INSERT INTO `yx_store_order_status` VALUES (55, 38, 'yshop_create_order', '订单生成', '2020-09-09 11:02:37'); -INSERT INTO `yx_store_order_status` VALUES (56, 38, 'pay_success', '用户付款成功', '2020-09-09 11:02:37'); -INSERT INTO `yx_store_order_status` VALUES (57, 38, 'delivery_goods', '已发货 快递公司:申通快递快递单号:咯哦哦', '2020-09-09 11:07:43'); -INSERT INTO `yx_store_order_status` VALUES (58, 38, 'user_take_delivery', '用户已收货', '2020-09-09 11:07:49'); -INSERT INTO `yx_store_order_status` VALUES (59, 38, 'order_eval', '用户评价', '2020-09-09 11:08:37'); -INSERT INTO `yx_store_order_status` VALUES (60, 39, 'yshop_create_order', '订单生成', '2020-09-09 14:56:14'); -INSERT INTO `yx_store_order_status` VALUES (61, 39, 'pay_success', '用户付款成功', '2020-09-09 14:56:14'); -INSERT INTO `yx_store_order_status` VALUES (62, 40, 'yshop_create_order', '订单生成', '2020-09-09 14:58:15'); -INSERT INTO `yx_store_order_status` VALUES (63, 40, 'pay_success', '用户付款成功', '2020-09-09 14:58:15'); -INSERT INTO `yx_store_order_status` VALUES (64, 41, 'yshop_create_order', '订单生成', '2020-09-10 13:55:30'); -INSERT INTO `yx_store_order_status` VALUES (65, 42, 'yshop_create_order', '订单生成', '2020-09-10 15:01:01'); -INSERT INTO `yx_store_order_status` VALUES (66, 42, 'pay_success', '用户付款成功', '2020-09-10 15:01:01'); -INSERT INTO `yx_store_order_status` VALUES (67, 43, 'yshop_create_order', '订单生成', '2020-09-10 15:05:06'); -INSERT INTO `yx_store_order_status` VALUES (68, 43, 'pay_success', '用户付款成功', '2020-09-10 15:05:06'); -INSERT INTO `yx_store_order_status` VALUES (69, 44, 'yshop_create_order', '订单生成', '2020-09-10 15:06:05'); -INSERT INTO `yx_store_order_status` VALUES (70, 44, 'pay_success', '用户付款成功', '2020-09-10 15:06:05'); -INSERT INTO `yx_store_order_status` VALUES (71, 45, 'yshop_create_order', '订单生成', '2020-09-10 15:33:59'); -INSERT INTO `yx_store_order_status` VALUES (72, 45, 'pay_success', '用户付款成功', '2020-09-10 15:33:59'); -INSERT INTO `yx_store_order_status` VALUES (73, 46, 'yshop_create_order', '订单生成', '2020-09-10 17:12:47'); -INSERT INTO `yx_store_order_status` VALUES (74, 46, 'pay_success', '用户付款成功', '2020-09-10 17:12:47'); -INSERT INTO `yx_store_order_status` VALUES (75, 47, 'yshop_create_order', '订单生成', '2020-09-10 18:26:45'); -INSERT INTO `yx_store_order_status` VALUES (76, 47, 'pay_success', '用户付款成功', '2020-09-10 18:26:45'); -INSERT INTO `yx_store_order_status` VALUES (77, 48, 'yshop_create_order', '订单生成', '2020-09-10 18:27:04'); -INSERT INTO `yx_store_order_status` VALUES (78, 48, 'pay_success', '用户付款成功', '2020-09-10 18:27:04'); -INSERT INTO `yx_store_order_status` VALUES (79, 49, 'yshop_create_order', '订单生成', '2020-09-10 18:40:17'); -INSERT INTO `yx_store_order_status` VALUES (80, 49, 'pay_success', '用户付款成功', '2020-09-10 18:40:17'); -INSERT INTO `yx_store_order_status` VALUES (81, 50, 'yshop_create_order', '订单生成', '2020-09-10 18:57:40'); -INSERT INTO `yx_store_order_status` VALUES (82, 50, 'pay_success', '用户付款成功', '2020-09-10 18:57:40'); -INSERT INTO `yx_store_order_status` VALUES (83, 5, 'apply_refund', '用户申请退款,原因:拼团时间超时', '2020-09-10 21:13:58'); -INSERT INTO `yx_store_order_status` VALUES (84, 51, 'yshop_create_order', '订单生成', '2020-09-10 23:02:57'); -INSERT INTO `yx_store_order_status` VALUES (85, 51, 'pay_success', '用户付款成功', '2020-09-10 23:02:57'); -INSERT INTO `yx_store_order_status` VALUES (86, 51, 'delivery_goods', '已发货 快递公司:申通快递快递单号:818181188', '2020-09-10 23:03:31'); -INSERT INTO `yx_store_order_status` VALUES (87, 51, 'user_take_delivery', '用户已收货', '2020-09-10 23:03:39'); -INSERT INTO `yx_store_order_status` VALUES (88, 52, 'yshop_create_order', '订单生成', '2020-09-11 14:17:43'); -INSERT INTO `yx_store_order_status` VALUES (89, 52, 'pay_success', '用户付款成功', '2020-09-11 14:18:22'); -INSERT INTO `yx_store_order_status` VALUES (90, 53, 'yshop_create_order', '订单生成', '2020-09-11 14:24:51'); -INSERT INTO `yx_store_order_status` VALUES (91, 53, 'pay_success', '用户付款成功', '2020-09-11 14:24:51'); -INSERT INTO `yx_store_order_status` VALUES (92, 54, 'yshop_create_order', '订单生成', '2020-09-11 14:25:16'); -INSERT INTO `yx_store_order_status` VALUES (93, 54, 'pay_success', '用户付款成功', '2020-09-11 14:25:16'); -INSERT INTO `yx_store_order_status` VALUES (94, 55, 'yshop_create_order', '订单生成', '2020-09-11 14:38:05'); -INSERT INTO `yx_store_order_status` VALUES (95, 55, 'pay_success', '用户付款成功', '2020-09-11 14:38:06'); -INSERT INTO `yx_store_order_status` VALUES (96, 56, 'yshop_create_order', '订单生成', '2020-09-11 14:43:41'); -INSERT INTO `yx_store_order_status` VALUES (97, 56, 'pay_success', '用户付款成功', '2020-09-11 14:43:41'); -INSERT INTO `yx_store_order_status` VALUES (98, 57, 'yshop_create_order', '订单生成', '2020-09-11 14:45:56'); -INSERT INTO `yx_store_order_status` VALUES (99, 57, 'pay_success', '用户付款成功', '2020-09-11 14:45:56'); -INSERT INTO `yx_store_order_status` VALUES (100, 58, 'yshop_create_order', '订单生成', '2020-09-11 14:48:47'); -INSERT INTO `yx_store_order_status` VALUES (101, 58, 'pay_success', '用户付款成功', '2020-09-11 14:48:47'); -INSERT INTO `yx_store_order_status` VALUES (102, 59, 'yshop_create_order', '订单生成', '2020-09-11 15:07:05'); -INSERT INTO `yx_store_order_status` VALUES (103, 59, 'pay_success', '用户付款成功', '2020-09-11 15:07:05'); -INSERT INTO `yx_store_order_status` VALUES (104, 60, 'yshop_create_order', '订单生成', '2020-09-11 15:08:38'); -INSERT INTO `yx_store_order_status` VALUES (105, 60, 'pay_success', '用户付款成功', '2020-09-11 15:08:38'); -INSERT INTO `yx_store_order_status` VALUES (106, 61, 'yshop_create_order', '订单生成', '2020-09-11 15:09:46'); -INSERT INTO `yx_store_order_status` VALUES (107, 61, 'pay_success', '用户付款成功', '2020-09-11 15:09:46'); -INSERT INTO `yx_store_order_status` VALUES (108, 62, 'yshop_create_order', '订单生成', '2020-09-11 16:06:33'); +INSERT INTO `yx_store_order_status` VALUES (109, 63, 'yshop_create_order', '订单生成', '2020-09-12 14:54:45'); +INSERT INTO `yx_store_order_status` VALUES (110, 63, 'pay_success', '用户付款成功', '2020-09-12 14:57:02'); +INSERT INTO `yx_store_order_status` VALUES (111, 63, 'apply_refund', '用户申请退款,原因:收货地址填错了', '2020-09-12 14:57:19'); +INSERT INTO `yx_store_order_status` VALUES (112, 63, 'order_edit', '退款给用户:11元', '2020-09-12 14:57:57'); +INSERT INTO `yx_store_order_status` VALUES (113, 64, 'yshop_create_order', '订单生成', '2020-09-12 17:06:04'); +INSERT INTO `yx_store_order_status` VALUES (114, 64, 'pay_success', '用户付款成功', '2020-09-12 17:06:42'); +INSERT INTO `yx_store_order_status` VALUES (115, 65, 'yshop_create_order', '订单生成', '2020-09-12 17:06:59'); +INSERT INTO `yx_store_order_status` VALUES (116, 65, 'pay_success', '用户付款成功', '2020-09-12 17:06:59'); +INSERT INTO `yx_store_order_status` VALUES (117, 66, 'yshop_create_order', '订单生成', '2020-09-12 17:07:56'); +INSERT INTO `yx_store_order_status` VALUES (118, 66, 'pay_success', '用户付款成功', '2020-09-12 17:08:07'); +INSERT INTO `yx_store_order_status` VALUES (119, 67, 'yshop_create_order', '订单生成', '2020-09-12 17:27:24'); +INSERT INTO `yx_store_order_status` VALUES (120, 67, 'pay_success', '用户付款成功', '2020-09-12 17:27:24'); +INSERT INTO `yx_store_order_status` VALUES (121, 67, 'delivery_goods', '已发货 快递公司:圆通速递快递单号:99999', '2020-09-12 17:39:22'); +INSERT INTO `yx_store_order_status` VALUES (122, 66, 'delivery_goods', '已发货 快递公司:中通快递快递单号:888888', '2020-09-12 17:40:57'); +INSERT INTO `yx_store_order_status` VALUES (123, 67, 'user_take_delivery', '用户已收货', '2020-09-12 17:41:03'); +INSERT INTO `yx_store_order_status` VALUES (124, 66, 'user_take_delivery', '用户已收货', '2020-09-12 17:41:36'); +INSERT INTO `yx_store_order_status` VALUES (125, 67, 'order_eval', '用户评价', '2020-09-12 17:45:11'); +INSERT INTO `yx_store_order_status` VALUES (126, 68, 'yshop_create_order', '订单生成', '2020-09-12 17:48:13'); +INSERT INTO `yx_store_order_status` VALUES (127, 68, 'pay_success', '用户付款成功', '2020-09-12 17:48:13'); +INSERT INTO `yx_store_order_status` VALUES (128, 68, 'apply_refund', '用户申请退款,原因:收货地址填错了', '2020-09-12 17:49:07'); +INSERT INTO `yx_store_order_status` VALUES (129, 68, 'order_edit', '退款给用户:0元', '2020-09-12 17:53:01'); +INSERT INTO `yx_store_order_status` VALUES (130, 69, 'yshop_create_order', '订单生成', '2020-09-12 18:11:04'); +INSERT INTO `yx_store_order_status` VALUES (131, 69, 'pay_success', '用户付款成功', '2020-09-12 18:11:04'); +INSERT INTO `yx_store_order_status` VALUES (132, 70, 'yshop_create_order', '订单生成', '2020-09-12 18:18:37'); +INSERT INTO `yx_store_order_status` VALUES (133, 70, 'pay_success', '用户付款成功', '2020-09-12 18:18:37'); -- ---------------------------- -- Table structure for yx_store_pink @@ -2432,20 +2185,12 @@ CREATE TABLE `yx_store_pink` ( `status` tinyint(1) UNSIGNED NOT NULL DEFAULT 1 COMMENT '状态1进行中2已完成3未完成', `is_del` tinyint(1) NULL DEFAULT 0, PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 18 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '拼团表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 19 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '拼团表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_pink -- ---------------------------- -INSERT INTO `yx_store_pink` VALUES (5, 28, '1302844793633636352', 5, 1, 2.00, 4, 4, 2, 2.00, '2020-09-07 13:47:32', '2020-09-10 21:13:59', '2020-09-10 21:13:59', 0, 0, 0, 3, 0); -INSERT INTO `yx_store_pink` VALUES (6, 28, '1302847424330465280', 6, 1, 10.00, 2, 2, 3, 10.00, '2020-09-07 13:53:26', NULL, '2020-09-07 18:53:26', 0, 0, 0, 1, 0); -INSERT INTO `yx_store_pink` VALUES (10, 27, '1303230828439928832', 12, 1, 10.00, 2, 2, 3, 10.00, '2020-09-08 15:16:57', NULL, '2020-09-08 20:16:57', 0, 0, 0, 1, 0); -INSERT INTO `yx_store_pink` VALUES (11, 27, '1303231973052907520', 15, 1, 10.00, 2, 2, 3, 10.00, '2020-09-08 15:21:30', NULL, '2020-09-08 20:21:30', 0, 0, 0, 1, 0); -INSERT INTO `yx_store_pink` VALUES (13, 28, '1303344758915072000', 31, 1, 1.00, 2, 2, 3, 1.00, '2020-09-08 22:49:40', NULL, '2020-09-09 03:49:40', 0, 0, 0, 1, 0); -INSERT INTO `yx_store_pink` VALUES (14, 33, '1303524602529447936', 35, 1, 2.00, 4, 4, 2, 2.00, '2020-09-09 10:44:18', NULL, '2020-09-09 11:44:18', 0, 0, 0, 1, 0); -INSERT INTO `yx_store_pink` VALUES (15, 26, '1303952870156009472', 44, 1, 2.00, 4, 4, 2, 2.00, '2020-09-10 15:06:05', NULL, '2020-09-10 16:06:05', 0, 0, 0, 1, 0); -INSERT INTO `yx_store_pink` VALUES (16, 27, '1304003448743657472', 48, 1, 2.00, 4, 4, 2, 2.00, '2020-09-10 18:27:04', NULL, '2020-09-10 19:27:04', 0, 0, 0, 1, 0); -INSERT INTO `yx_store_pink` VALUES (17, 33, '1304011149808762880', 50, 1, 1.00, 2, 2, 3, 1.00, '2020-09-10 18:57:40', NULL, '2020-09-10 23:57:40', 0, 0, 0, 1, 0); +INSERT INTO `yx_store_pink` VALUES (18, 43, '1304726099086802944', 70, 1, 1.00, 10, 8, 2, 0.50, '2020-09-12 18:18:37', NULL, '2020-09-12 19:18:37', 0, 0, 0, 1, 0); -- ---------------------------- -- Table structure for yx_store_product @@ -2461,10 +2206,10 @@ CREATE TABLE `yx_store_product` ( `keyword` varchar(256) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '关键字', `bar_code` varchar(15) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '' COMMENT '产品条码(一维码)', `cate_id` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '分类id', - `price` decimal(8, 2) UNSIGNED NOT NULL COMMENT '商品价格', - `vip_price` decimal(8, 2) UNSIGNED NULL COMMENT '会员价格', - `ot_price` decimal(8, 2) UNSIGNED NULL COMMENT '市场价', - `postage` decimal(8, 2) UNSIGNED NULL COMMENT '邮费', + `price` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '商品价格', + `vip_price` decimal(8, 2) UNSIGNED NULL DEFAULT 0.00 COMMENT '会员价格', + `ot_price` decimal(8, 2) UNSIGNED NULL DEFAULT 0.00 COMMENT '市场价', + `postage` decimal(8, 2) UNSIGNED NULL DEFAULT 0.00 COMMENT '邮费', `unit_name` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '单位名', `sort` smallint(11) NULL DEFAULT 0 COMMENT '排序', `sales` mediumint(11) UNSIGNED NULL DEFAULT 0 COMMENT '销量', @@ -2503,17 +2248,19 @@ CREATE TABLE `yx_store_product` ( INDEX `sales`(`sales`) USING BTREE, INDEX `add_time`(`create_time`) USING BTREE, INDEX `is_postage`(`is_postage`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 9 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_product -- ---------------------------- -INSERT INTO `yx_store_product` VALUES (1, 0, 'https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', '照片打印', '照片打印', '照片打印', '', '5', 2.00, 0.00, 1.00, 0.00, '张', 0, 5, 995, 1, 0, 0, 0, 0, '


', '2020-09-04 17:41:30', '2020-09-05 20:57:49', 0, 0, 0, 0.00, 3.00, 0, NULL, 0, 0, 1, '', 0, 34, 0); -INSERT INTO `yx_store_product` VALUES (2, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'X型展架', 'X型展架', 'X型展架', '', '3', 10.00, 0.00, 12.00, 0.00, '张', 0, 16, 3314, 1, 1, 1, 0, 0, '


', '2020-09-04 17:55:16', '2020-09-05 20:57:41', 0, 0, 0, 0.00, 11.00, 0, NULL, 0, 69, 10, '', 0, 34, 1); -INSERT INTO `yx_store_product` VALUES (3, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', '彩色复印-量大有优惠', '彩色复印', '彩色复印', '', '3', 2.00, 0.00, 1.00, 0.00, '张', 0, 4, 7, 1, 1, 1, 0, 0, '

1111

', '2020-09-07 13:14:50', NULL, 0, 0, 0, 0.00, 1.00, 0, NULL, 0, 0, 15, '', 0, 34, 0); -INSERT INTO `yx_store_product` VALUES (4, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', '户外写真背胶', '户外写真背胶', '户外写真背胶', '', '3', 2.00, 0.00, 1.00, 0.00, '米', 0, 22, 89, 1, 1, 1, 0, 0, '

户外写真背胶

', '2020-09-07 13:16:02', NULL, 0, 0, 0, 0.00, 1.00, 0, NULL, 0, 0, 19, '', 0, 34, 0); -INSERT INTO `yx_store_product` VALUES (5, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg', '广告版定制', '广告版定制', '广告版定制', '', '3', 2.00, 0.00, 11.00, 0.00, '米', 0, 7, 4, 1, 1, 1, 1, 1, '

广告版定制

', '2020-09-07 13:17:49', '2020-09-07 13:44:21', 0, 0, 0, 0.00, 1.00, 0, NULL, 0, 0, 11, '', 0, 34, 0); -INSERT INTO `yx_store_product` VALUES (6, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', '印刷各种印刷', '印刷各种印刷', '印刷各种印刷', '', '3', 11.00, 0.00, 33.00, 0.00, '张', 1, 11, 9989, 1, 1, 1, 0, 0, '

印刷各种印刷

', '2020-09-07 13:18:45', '2020-09-11 17:18:18', 0, 0, 0, 1.00, 22.00, 0, NULL, 0, 1, 46, '', 0, 34, 0); +INSERT INTO `yx_store_product` VALUES (1, 0, 'https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', '照片打印', '照片打印', '照片打印', '', '5', 2.00, 0.00, 1.00, 0.00, '张', 0, 5, 995, 1, 0, 0, 0, 0, '


', '2020-09-04 17:41:30', '2020-09-05 20:57:49', 0, 0, 0, 0.00, 3.00, 0, NULL, 0, 0, 2, '', 0, 34, 0); +INSERT INTO `yx_store_product` VALUES (2, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'X型展架', 'X型展架', 'X型展架', '', '3', 10.00, 0.00, 12.00, 0.00, '张', 0, 16, 3314, 1, 1, 1, 0, 0, '


', '2020-09-04 17:55:16', '2020-09-05 20:57:41', 0, 0, 0, 0.00, 11.00, 0, NULL, 0, 69, 17, '', 0, 34, 1); +INSERT INTO `yx_store_product` VALUES (3, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', '彩色复印-量大有优惠', '彩色复印', '彩色复印', '', '3', 2.00, 0.00, 1.00, 0.00, '张', 0, 4, 7, 1, 1, 1, 0, 0, '

1111

', '2020-09-07 13:14:50', NULL, 0, 0, 0, 0.00, 1.00, 0, NULL, 0, 0, 36, '', 0, 34, 0); +INSERT INTO `yx_store_product` VALUES (4, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', '户外写真背胶', '户外写真背胶', '户外写真背胶', '', '3', 2.00, 0.00, 1.00, 0.00, '米', 0, 22, 89, 1, 1, 1, 0, 0, '

户外写真背胶

', '2020-09-07 13:16:02', NULL, 0, 0, 0, 0.00, 1.00, 0, NULL, 0, 0, 27, '', 0, 34, 0); +INSERT INTO `yx_store_product` VALUES (5, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg', '广告版定制', '广告版定制', '广告版定制', '', '3', 2.00, 0.00, 11.00, 0.00, '米', 0, 7, 11, 1, 1, 1, 1, 1, '

广告版定制

', '2020-09-07 13:17:49', '2020-09-12 00:14:32', 0, 0, 0, 0.00, 1.00, 0, NULL, 0, 0, 17, '', 0, 34, 0); +INSERT INTO `yx_store_product` VALUES (6, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', '印刷各种印刷', '印刷各种印刷', '印刷各种印刷', '', '3', 11.00, 0.00, 33.00, 0.00, '张', 1, 12, 9988, 1, 1, 1, 0, 0, '

印刷各种印刷

', '2020-09-07 13:18:45', '2020-09-11 17:18:18', 0, 0, 0, 1.00, 22.00, 0, NULL, 0, 1, 92, '', 0, 34, 0); +INSERT INTO `yx_store_product` VALUES (7, 0, 'https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png', 'https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg', '专属测试商品', '', '专属测试商品', '', '3', 100.00, 0.00, 120.00, 0.00, '张', 0, 3, 7, 1, 0, 0, 0, 0, '


', '2020-09-12 16:11:05', '2020-09-12 17:03:58', 0, 0, 0, 10.00, 110.00, 0, NULL, 0, 9, 9, '', 0, 34, 0); +INSERT INTO `yx_store_product` VALUES (8, 0, 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', '多规格商品测试', '多规格商品测试', '多规格商品测试', '', '5', 4.00, 0.00, 9.00, 0.00, '张', 0, 4, 502, 1, 1, 1, 1, 1, '


', '2020-09-12 17:24:51', NULL, 0, 0, 0, 0.00, 1.00, 0, NULL, 0, 0, 8, '', 1, 34, 1); -- ---------------------------- -- Table structure for yx_store_product_attr @@ -2526,18 +2273,22 @@ CREATE TABLE `yx_store_product_attr` ( `attr_values` varchar(256) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '属性值', PRIMARY KEY (`id`) USING BTREE, INDEX `store_id`(`product_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 49 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品属性表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 69 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品属性表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_product_attr -- ---------------------------- -INSERT INTO `yx_store_product_attr` VALUES (22, 5, '规格', '默认'); -INSERT INTO `yx_store_product_attr` VALUES (26, 4, '规格', '默认'); -INSERT INTO `yx_store_product_attr` VALUES (27, 3, '规格', '默认'); INSERT INTO `yx_store_product_attr` VALUES (32, 1, '规格', '默认'); -INSERT INTO `yx_store_product_attr` VALUES (45, 2, '纸张', 'A4,A3'); -INSERT INTO `yx_store_product_attr` VALUES (46, 2, '颜色', '白色,红色'); -INSERT INTO `yx_store_product_attr` VALUES (48, 6, '规格', '默认'); +INSERT INTO `yx_store_product_attr` VALUES (55, 4, '规格', '默认'); +INSERT INTO `yx_store_product_attr` VALUES (56, 3, '规格', '默认'); +INSERT INTO `yx_store_product_attr` VALUES (57, 2, '纸张', 'A4,A3'); +INSERT INTO `yx_store_product_attr` VALUES (58, 2, '颜色', '白色,红色'); +INSERT INTO `yx_store_product_attr` VALUES (59, 0, '规格', '默认'); +INSERT INTO `yx_store_product_attr` VALUES (60, 6, '规格', '默认'); +INSERT INTO `yx_store_product_attr` VALUES (61, 5, '规格', '默认'); +INSERT INTO `yx_store_product_attr` VALUES (62, 7, '规格', '默认'); +INSERT INTO `yx_store_product_attr` VALUES (67, 8, '纸张', 'A4,A3,A5'); +INSERT INTO `yx_store_product_attr` VALUES (68, 8, '颜色', '白色,红色'); -- ---------------------------- -- Table structure for yx_store_product_attr_result @@ -2550,17 +2301,19 @@ CREATE TABLE `yx_store_product_attr_result` ( `change_time` datetime(0) NOT NULL COMMENT '上次修改时间', PRIMARY KEY (`id`) USING BTREE, INDEX `product_id`(`product_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 38 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品属性详情表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 54 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品属性详情表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_product_attr_result -- ---------------------------- -INSERT INTO `yx_store_product_attr_result` VALUES (17, 5, '{\"attr\":[{\"attrHidden\":\"\",\"detail\":[\"默认\"],\"detailValue\":\"\",\"value\":\"规格\"}],\"value\":[{\"brokerage\":0,\"price\":2,\"cost\":1,\"stock\":11,\"pic\":\"\",\"value1\":\"规格\",\"volume\":0,\"weight\":0,\"detail\":{\"规格\":\"默认\"},\"bar_code\":\"\",\"brokerage_two\":0,\"ot_price\":11,\"pink_price\":0,\"pink_stock\":0,\"seckill_price\":0,\"seckill_stock\":0}]}', '2020-09-07 13:44:21'); -INSERT INTO `yx_store_product_attr_result` VALUES (21, 4, '{\"attr\":[{\"attrHidden\":\"\",\"detail\":[\"默认\"],\"detailValue\":\"\",\"value\":\"规格\"}],\"value\":[{\"barCode\":\"\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":1.0,\"detail\":{\"规格\":\"默认\"},\"otPrice\":1.0,\"pic\":\"\",\"pinkPrice\":2.0,\"pinkStock\":22,\"price\":2.0,\"seckillPrice\":0.0,\"seckillStock\":0,\"stock\":111,\"value1\":\"规格\",\"value2\":\"\",\"volume\":0.0,\"weight\":0.0}]}', '2020-09-08 21:14:04'); -INSERT INTO `yx_store_product_attr_result` VALUES (22, 3, '{\"attr\":[{\"attrHidden\":\"\",\"detail\":[\"默认\"],\"detailValue\":\"\",\"value\":\"规格\"}],\"value\":[{\"barCode\":\"\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":1.0,\"detail\":{\"规格\":\"默认\"},\"otPrice\":1.0,\"pic\":\"\",\"pinkPrice\":2.0,\"pinkStock\":10,\"price\":2.0,\"seckillPrice\":0.0,\"seckillStock\":0,\"stock\":11,\"value1\":\"规格\",\"value2\":\"\",\"volume\":0.0,\"weight\":0.0}]}', '2020-09-08 21:14:27'); INSERT INTO `yx_store_product_attr_result` VALUES (26, 1, '{\"attr\":[{\"attrHidden\":\"\",\"detail\":[\"默认\"],\"detailValue\":\"\",\"value\":\"规格\"}],\"value\":[{\"barCode\":\"00005\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":3.0,\"detail\":{\"规格\":\"默认\"},\"otPrice\":1.0,\"pic\":\"\",\"pinkPrice\":0.1,\"pinkStock\":100,\"price\":2.0,\"seckillPrice\":0.2,\"seckillStock\":100,\"stock\":999,\"value1\":\"规格\",\"value2\":\"\",\"volume\":0.0,\"weight\":0.0}]}', '2020-09-08 21:18:03'); -INSERT INTO `yx_store_product_attr_result` VALUES (35, 2, '{\"attr\":[{\"detail\":[\"A4\",\"A3\"],\"value\":\"纸张\"},{\"detail\":[\"白色\",\"红色\"],\"value\":\"颜色\"}],\"value\":[{\"barCode\":\"00001\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":11.0,\"detail\":{\"纸张\":\"A4\",\"颜色\":\"白色\"},\"otPrice\":12.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":1.0,\"pinkStock\":100,\"price\":10.0,\"seckillPrice\":1.0,\"seckillStock\":100,\"stock\":991,\"value1\":\"A4\",\"value2\":\"白色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"00002\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":11.0,\"detail\":{\"纸张\":\"A4\",\"颜色\":\"红色\"},\"otPrice\":12.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":2.0,\"pinkStock\":99,\"price\":11.0,\"seckillPrice\":2.0,\"seckillStock\":100,\"stock\":661,\"value1\":\"A4\",\"value2\":\"红色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"00003\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":11.0,\"detail\":{\"纸张\":\"A3\",\"颜色\":\"白色\"},\"otPrice\":12.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":3.0,\"pinkStock\":99,\"price\":12.0,\"seckillPrice\":3.0,\"seckillStock\":100,\"stock\":995,\"value1\":\"A3\",\"value2\":\"白色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"00004\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":11.0,\"detail\":{\"纸张\":\"A3\",\"颜色\":\"红色\"},\"otPrice\":12.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":4.0,\"pinkStock\":100,\"price\":13.0,\"seckillPrice\":4.0,\"seckillStock\":100,\"stock\":665,\"value1\":\"A3\",\"value2\":\"红色\",\"volume\":0.0,\"weight\":0.0}]}', '2020-09-10 21:18:14'); -INSERT INTO `yx_store_product_attr_result` VALUES (37, 6, '{\"attr\":[{\"attrHidden\":\"\",\"detail\":[\"默认\"],\"detailValue\":\"\",\"value\":\"规格\"}],\"value\":[{\"barCode\":\"00002\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":22.0,\"detail\":{\"规格\":\"默认\"},\"otPrice\":33.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":0.0,\"pinkStock\":11,\"price\":11.0,\"seckillPrice\":0.0,\"seckillStock\":2000,\"stock\":9989,\"value1\":\"规格\",\"value2\":\"\",\"volume\":1.0,\"weight\":1.0}]}', '2020-09-11 17:18:19'); +INSERT INTO `yx_store_product_attr_result` VALUES (44, 4, '{\"attr\":[{\"attrHidden\":\"\",\"detail\":[\"默认\"],\"detailValue\":\"\",\"value\":\"规格\"}],\"value\":[{\"barCode\":\"\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":0.0,\"detail\":{\"规格\":\"默认\"},\"otPrice\":0.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":22.0,\"pinkStock\":18,\"price\":0.0,\"seckillPrice\":0.0,\"seckillStock\":0,\"stock\":93,\"value1\":\"规格\",\"volume\":0.0,\"weight\":0.0}]}', '2020-09-12 15:55:17'); +INSERT INTO `yx_store_product_attr_result` VALUES (45, 3, '{\"attr\":[{\"attrHidden\":\"\",\"detail\":[\"默认\"],\"detailValue\":\"\",\"value\":\"规格\"}],\"value\":[{\"barCode\":\"\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":1.0,\"detail\":{\"规格\":\"默认\"},\"otPrice\":1.0,\"pic\":\"\",\"pinkPrice\":119.99,\"pinkStock\":10,\"price\":2.0,\"seckillPrice\":0.0,\"seckillStock\":0,\"stock\":11,\"value1\":\"规格\",\"volume\":0.0,\"weight\":0.0}]}', '2020-09-12 16:07:35'); +INSERT INTO `yx_store_product_attr_result` VALUES (46, 2, '{\"attr\":[{\"detail\":[\"A4\",\"A3\"],\"value\":\"纸张\"},{\"detail\":[\"白色\",\"红色\"],\"value\":\"颜色\"}],\"value\":[{\"barCode\":\"00001\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":11.0,\"detail\":{\"纸张\":\"A4\",\"颜色\":\"白色\"},\"otPrice\":12.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":11.09,\"pinkStock\":100,\"price\":10.0,\"seckillPrice\":1.0,\"seckillStock\":100,\"stock\":991,\"value1\":\"A4\",\"value2\":\"白色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"00002\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":11.0,\"detail\":{\"纸张\":\"A4\",\"颜色\":\"红色\"},\"otPrice\":12.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":22.88,\"pinkStock\":99,\"price\":11.0,\"seckillPrice\":2.0,\"seckillStock\":100,\"stock\":661,\"value1\":\"A4\",\"value2\":\"红色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"00003\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":11.0,\"detail\":{\"纸张\":\"A3\",\"颜色\":\"白色\"},\"otPrice\":12.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":33.89,\"pinkStock\":99,\"price\":12.0,\"seckillPrice\":3.0,\"seckillStock\":100,\"stock\":995,\"value1\":\"A3\",\"value2\":\"白色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"00004\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":11.0,\"detail\":{\"纸张\":\"A3\",\"颜色\":\"红色\"},\"otPrice\":12.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":45.66,\"pinkStock\":100,\"price\":13.0,\"seckillPrice\":4.0,\"seckillStock\":100,\"stock\":665,\"value1\":\"A3\",\"value2\":\"红色\",\"volume\":0.0,\"weight\":0.0}]}', '2020-09-12 16:10:09'); +INSERT INTO `yx_store_product_attr_result` VALUES (48, 6, '{\"attr\":[{\"attrHidden\":\"\",\"detail\":[\"默认\"],\"detailValue\":\"\",\"value\":\"规格\"}],\"value\":[{\"barCode\":\"00002\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":22.0,\"detail\":{\"规格\":\"默认\"},\"otPrice\":33.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg\",\"pinkPrice\":19.9,\"pinkStock\":99,\"price\":11.0,\"seckillPrice\":22.98,\"seckillStock\":2000,\"stock\":9989,\"value1\":\"规格\",\"volume\":1.0,\"weight\":1.0}]}', '2020-09-12 16:11:31'); +INSERT INTO `yx_store_product_attr_result` VALUES (49, 5, '{\"attr\":[{\"attrHidden\":\"\",\"detail\":[\"默认\"],\"detailValue\":\"\",\"value\":\"规格\"}],\"value\":[{\"barCode\":\"1231321\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":1.0,\"detail\":{\"规格\":\"默认\"},\"otPrice\":11.0,\"pic\":\"\",\"pinkPrice\":29.0,\"pinkStock\":10,\"price\":2.0,\"seckillPrice\":11.99,\"seckillStock\":10,\"stock\":11,\"value1\":\"规格\",\"volume\":1.0,\"weight\":1.0}]}', '2020-09-12 16:13:22'); +INSERT INTO `yx_store_product_attr_result` VALUES (50, 7, '{\"attr\":[{\"attrHidden\":\"\",\"detail\":[\"默认\"],\"detailValue\":\"\",\"value\":\"规格\"}],\"value\":[{\"barCode\":\"\",\"brokerage\":0.0,\"brokerageTwo\":0.0,\"cost\":110.0,\"detail\":{\"规格\":\"默认\"},\"otPrice\":120.0,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png\",\"pinkPrice\":0.0,\"pinkStock\":0,\"price\":100.0,\"seckillPrice\":0.0,\"seckillStock\":0,\"stock\":10,\"value1\":\"规格\",\"volume\":0.0,\"weight\":0.0}]}', '2020-09-12 17:03:58'); +INSERT INTO `yx_store_product_attr_result` VALUES (53, 8, '{\"attr\":[{\"detail\":[\"A4\",\"A3\",\"A5\"],\"value\":\"纸张\"},{\"detail\":[\"白色\",\"红色\"],\"value\":\"颜色\"}],\"value\":[{\"barCode\":\"\",\"brokerage\":1.0,\"brokerageTwo\":1.0,\"cost\":1.0,\"detail\":{\"纸张\":\"A4\",\"颜色\":\"白色\"},\"otPrice\":12.0,\"pic\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"pinkPrice\":1.0,\"pinkStock\":9,\"price\":9.0,\"seckillPrice\":1.0,\"seckillStock\":10,\"stock\":96,\"value1\":\"A4\",\"value2\":\"白色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"\",\"brokerage\":1.0,\"brokerageTwo\":1.0,\"cost\":1.0,\"detail\":{\"纸张\":\"A4\",\"颜色\":\"红色\"},\"otPrice\":9.0,\"pic\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"pinkPrice\":2.0,\"pinkStock\":10,\"price\":8.0,\"seckillPrice\":1.0,\"seckillStock\":10,\"stock\":99,\"value1\":\"A4\",\"value2\":\"红色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"\",\"brokerage\":1.0,\"brokerageTwo\":1.0,\"cost\":1.0,\"detail\":{\"纸张\":\"A3\",\"颜色\":\"白色\"},\"otPrice\":9.0,\"pic\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"pinkPrice\":0.5,\"pinkStock\":10,\"price\":7.0,\"seckillPrice\":0.1,\"seckillStock\":10,\"stock\":88,\"value1\":\"A3\",\"value2\":\"白色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"\",\"brokerage\":1.0,\"brokerageTwo\":1.0,\"cost\":1.0,\"detail\":{\"纸张\":\"A3\",\"颜色\":\"红色\"},\"otPrice\":9.0,\"pic\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"pinkPrice\":1.0,\"pinkStock\":9,\"price\":6.0,\"seckillPrice\":0.1,\"seckillStock\":9,\"stock\":88,\"value1\":\"A3\",\"value2\":\"红色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"\",\"brokerage\":1.0,\"brokerageTwo\":1.0,\"cost\":1.0,\"detail\":{\"纸张\":\"A5\",\"颜色\":\"白色\"},\"otPrice\":9.0,\"pic\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"pinkPrice\":2.0,\"pinkStock\":9,\"price\":5.0,\"seckillPrice\":0.1,\"seckillStock\":9,\"stock\":65,\"value1\":\"A5\",\"value2\":\"白色\",\"volume\":0.0,\"weight\":0.0},{\"barCode\":\"\",\"brokerage\":1.0,\"brokerageTwo\":1.0,\"cost\":1.0,\"detail\":{\"纸张\":\"A5\",\"颜色\":\"红色\"},\"otPrice\":9.0,\"pic\":\"https://image.dayouqiantu.cn/5ca081af6183f.jpg\",\"pinkPrice\":3.0,\"pinkStock\":9,\"price\":4.0,\"seckillPrice\":0.1,\"seckillStock\":9,\"stock\":66,\"value1\":\"A5\",\"value2\":\"红色\",\"volume\":0.0,\"weight\":0.0}]}', '2020-09-12 18:23:33'); -- ---------------------------- -- Table structure for yx_store_product_attr_value @@ -2577,32 +2330,40 @@ CREATE TABLE `yx_store_product_attr_value` ( `unique` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '唯一值', `cost` decimal(8, 2) UNSIGNED NOT NULL COMMENT '成本价', `bar_code` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '商品条码', - `ot_price` decimal(10, 2) NULL COMMENT '原价', - `weight` decimal(8, 2) NOT NULL COMMENT '重量', - `volume` decimal(8, 2) NOT NULL COMMENT '体积', - `brokerage` decimal(8, 2) NOT NULL COMMENT '一级返佣', - `brokerage_two` decimal(8, 2) NOT NULL COMMENT '二级返佣', - `pink_price` decimal(8, 2) NOT NULL COMMENT '拼团价', + `ot_price` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '原价', + `weight` decimal(8, 2) NOT NULL DEFAULT 0.00 COMMENT '重量', + `volume` decimal(8, 2) NOT NULL DEFAULT 0.00 COMMENT '体积', + `brokerage` decimal(8, 2) NOT NULL DEFAULT 0.00 COMMENT '一级返佣', + `brokerage_two` decimal(8, 2) NOT NULL DEFAULT 0.00 COMMENT '二级返佣', + `pink_price` decimal(8, 2) NOT NULL DEFAULT 0.00 COMMENT '拼团价', `pink_stock` int(10) NOT NULL DEFAULT 0 COMMENT '拼团库存', - `seckill_price` decimal(10, 2) NOT NULL COMMENT '秒杀价', + `seckill_price` decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '秒杀价', `seckill_stock` int(10) NOT NULL DEFAULT 0 COMMENT '秒杀库存', PRIMARY KEY (`id`) USING BTREE, UNIQUE INDEX `unique`(`unique`, `sku`) USING BTREE, INDEX `store_id`(`product_id`, `sku`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 71 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品属性值表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 105 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品属性值表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_product_attr_value -- ---------------------------- -INSERT INTO `yx_store_product_attr_value` VALUES (32, 5, '默认', 4, 7, 2.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '26dbb2c06d9e4740acd191aef3cfd0c0', 1.00, '', 11.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0, 0.00, 0); -INSERT INTO `yx_store_product_attr_value` VALUES (36, 4, '默认', 93, 18, 2.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 'bfc82f4771ec474994b0edb198e4fc6b', 1.00, '', 1.00, 0.00, 0.00, 0.00, 0.00, 2.00, 18, 0.00, 0); -INSERT INTO `yx_store_product_attr_value` VALUES (37, 3, '默认', 7, 4, 2.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 'c9a418620c8b491d8af537974e07b1a2', 1.00, '', 1.00, 0.00, 0.00, 0.00, 0.00, 2.00, 10, 0.00, 0); INSERT INTO `yx_store_product_attr_value` VALUES (44, 1, '默认', 996, 3, 2.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 'd4ce8cd4bda84d479c11348e060afb8e', 3.00, '00005', 1.00, 0.00, 0.00, 0.00, 0.00, 0.10, 100, 0.20, 97); -INSERT INTO `yx_store_product_attr_value` VALUES (65, 2, 'A4,白色', 991, 0, 10.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '1d9023b0177e4ef9a2fc1575da816149', 11.00, '00001', 12.00, 0.00, 0.00, 0.00, 0.00, 1.00, 100, 1.00, 100); -INSERT INTO `yx_store_product_attr_value` VALUES (66, 2, 'A4,红色', 661, 0, 11.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '2e64066cf1af46629521e9ea37987bce', 11.00, '00002', 12.00, 0.00, 0.00, 0.00, 0.00, 2.00, 99, 2.00, 100); -INSERT INTO `yx_store_product_attr_value` VALUES (67, 2, 'A3,白色', 995, 0, 12.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '1b8434eb8ba847e78941405832a18d86', 11.00, '00003', 12.00, 0.00, 0.00, 0.00, 0.00, 3.00, 99, 3.00, 100); -INSERT INTO `yx_store_product_attr_value` VALUES (68, 2, 'A3,红色', 665, 0, 13.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '16bf8b25ac2548908eb68d4bcd9ee5e3', 11.00, '00004', 12.00, 0.00, 0.00, 0.00, 0.00, 4.00, 100, 4.00, 100); -INSERT INTO `yx_store_product_attr_value` VALUES (70, 6, '默认', 9989, 0, 11.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 'ec208ca612e64f599f2dd428d07b9f32', 22.00, '00002', 33.00, 1.00, 1.00, 0.00, 0.00, 0.00, 11, 0.00, 2000); +INSERT INTO `yx_store_product_attr_value` VALUES (77, 4, '默认', 93, 0, 0.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '6a1919d9178b48f3a75fe4640e51693e', 0.00, '', 0.00, 0.00, 0.00, 0.00, 0.00, 22.00, 18, 0.00, 0); +INSERT INTO `yx_store_product_attr_value` VALUES (78, 3, '默认', 11, 0, 2.00, '', 'b951f8e2ed4641f08be1bce99b716a6d', 1.00, '', 1.00, 0.00, 0.00, 0.00, 0.00, 119.99, 10, 0.00, 0); +INSERT INTO `yx_store_product_attr_value` VALUES (79, 2, 'A4,白色', 991, 0, 10.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '04e9d586cef8464aaee0a45439f12520', 11.00, '00001', 12.00, 0.00, 0.00, 0.00, 0.00, 11.09, 100, 1.00, 100); +INSERT INTO `yx_store_product_attr_value` VALUES (80, 2, 'A4,红色', 661, 0, 11.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '3d1ffa92e6064c36b614d3046c268968', 11.00, '00002', 12.00, 0.00, 0.00, 0.00, 0.00, 22.88, 99, 2.00, 100); +INSERT INTO `yx_store_product_attr_value` VALUES (81, 2, 'A3,白色', 995, 0, 12.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '344f3a0e9d644845ae483c8b9a84a112', 11.00, '00003', 12.00, 0.00, 0.00, 0.00, 0.00, 33.89, 99, 3.00, 100); +INSERT INTO `yx_store_product_attr_value` VALUES (82, 2, 'A3,红色', 665, 0, 13.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '4a9ca8587855412ea7be9ba53f829052', 11.00, '00004', 12.00, 0.00, 0.00, 0.00, 0.00, 45.66, 100, 4.00, 100); +INSERT INTO `yx_store_product_attr_value` VALUES (83, 0, '默认', 10, 0, 100.00, 'https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png', 'bbdc071ff67c4892839eac9f62e7eb18', 110.00, '', 120.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0, 0.00, 0); +INSERT INTO `yx_store_product_attr_value` VALUES (84, 6, '默认', 9989, 0, 11.00, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', '90babee9cea24645870c6027fc420d42', 22.00, '00002', 33.00, 1.00, 1.00, 0.00, 0.00, 19.90, 99, 22.98, 2000); +INSERT INTO `yx_store_product_attr_value` VALUES (85, 5, '默认', 11, 0, 2.00, '', '4dd9ea6fb9f1414aabf18b713f0f6832', 1.00, '1231321', 11.00, 1.00, 1.00, 0.00, 0.00, 29.00, 10, 11.99, 10); +INSERT INTO `yx_store_product_attr_value` VALUES (86, 7, '默认', 7, 3, 100.00, 'https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png', '789984b858bb489bb6313107e11fdc15', 110.00, '', 120.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0, 0.00, 0); +INSERT INTO `yx_store_product_attr_value` VALUES (99, 8, 'A4,白色', 96, 0, 9.00, 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', '013f89ec740f478d8144f052909c0807', 1.00, '', 12.00, 0.00, 0.00, 1.00, 1.00, 1.00, 9, 1.00, 10); +INSERT INTO `yx_store_product_attr_value` VALUES (100, 8, 'A4,红色', 99, 0, 8.00, 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', '4e1d7c450a8e48f6ae4ec7788f0cfd90', 1.00, '', 9.00, 0.00, 0.00, 1.00, 1.00, 2.00, 10, 1.00, 10); +INSERT INTO `yx_store_product_attr_value` VALUES (101, 8, 'A3,白色', 88, 0, 7.00, 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', '3ce61e5e6f4b46a7a210862af85212bc', 1.00, '', 9.00, 0.00, 0.00, 1.00, 1.00, 0.50, 10, 0.10, 10); +INSERT INTO `yx_store_product_attr_value` VALUES (102, 8, 'A3,红色', 88, 0, 6.00, 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', 'b1e48ae88299479899d95b86dd1be700', 1.00, '', 9.00, 0.00, 0.00, 1.00, 1.00, 1.00, 9, 0.10, 9); +INSERT INTO `yx_store_product_attr_value` VALUES (103, 8, 'A5,白色', 65, 0, 5.00, 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', '81b7a068f84a498ca8ad4e1916011e00', 1.00, '', 9.00, 0.00, 0.00, 1.00, 1.00, 2.00, 9, 0.10, 9); +INSERT INTO `yx_store_product_attr_value` VALUES (104, 8, 'A5,红色', 66, 0, 4.00, 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', '8112da382da7420f961203372f7c1d31', 1.00, '', 9.00, 0.00, 0.00, 1.00, 1.00, 3.00, 9, 0.10, 9); -- ---------------------------- -- Table structure for yx_store_product_relation @@ -2621,57 +2382,23 @@ CREATE TABLE `yx_store_product_relation` ( UNIQUE INDEX `uid`(`uid`, `product_id`, `type`, `category`) USING BTREE, INDEX `type`(`type`) USING BTREE, INDEX `category`(`category`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 51 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品点赞和收藏表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 80 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品点赞和收藏表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_product_relation -- ---------------------------- -INSERT INTO `yx_store_product_relation` VALUES (1, 28, 2, 'foot', NULL, '2020-09-11 10:05:29', '2020-09-11 10:05:29', 0); -INSERT INTO `yx_store_product_relation` VALUES (2, 28, 1, 'foot', NULL, '2020-09-07 22:24:48', '2020-09-07 22:24:48', 0); -INSERT INTO `yx_store_product_relation` VALUES (3, 28, 1, 'collect', NULL, '2020-09-04 20:12:29', NULL, 1); -INSERT INTO `yx_store_product_relation` VALUES (4, 26, 2, 'foot', NULL, '2020-09-06 03:18:51', '2020-09-06 03:18:51', 0); -INSERT INTO `yx_store_product_relation` VALUES (5, 28, 2, 'collect', NULL, '2020-09-05 18:40:56', NULL, 1); -INSERT INTO `yx_store_product_relation` VALUES (7, 28, 1, 'collect', NULL, '2020-09-05 18:46:04', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (8, 26, 2, 'collect', NULL, '2020-09-06 00:43:23', NULL, 1); -INSERT INTO `yx_store_product_relation` VALUES (9, 26, 2, 'collect', NULL, '2020-09-06 00:43:32', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (10, 32, 1, 'foot', NULL, '2020-09-06 10:58:43', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (11, 32, 2, 'foot', NULL, '2020-09-06 11:15:33', '2020-09-06 11:15:33', 0); -INSERT INTO `yx_store_product_relation` VALUES (13, 28, 5, 'foot', NULL, '2020-09-11 14:03:24', '2020-09-11 14:03:24', 0); -INSERT INTO `yx_store_product_relation` VALUES (14, 28, 3, 'foot', NULL, '2020-09-11 10:05:20', '2020-09-11 10:05:20', 0); -INSERT INTO `yx_store_product_relation` VALUES (15, 28, 4, 'foot', NULL, '2020-09-11 13:51:38', '2020-09-11 13:51:38', 0); -INSERT INTO `yx_store_product_relation` VALUES (17, 11, 2, 'foot', NULL, '2020-09-07 17:40:16', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (19, 27, 5, 'foot', NULL, '2020-09-08 15:50:17', '2020-09-08 15:50:17', 0); -INSERT INTO `yx_store_product_relation` VALUES (20, 27, 4, 'foot', NULL, '2020-09-10 19:44:38', '2020-09-10 19:44:38', 0); -INSERT INTO `yx_store_product_relation` VALUES (21, 27, 2, 'collect', NULL, '2020-09-08 15:09:03', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (22, 27, 5, 'collect', NULL, '2020-09-08 15:09:23', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (23, 27, 6, 'foot', NULL, '2020-09-11 16:09:19', '2020-09-11 16:09:19', 0); -INSERT INTO `yx_store_product_relation` VALUES (24, 33, 6, 'foot', NULL, '2020-09-11 14:37:53', '2020-09-11 14:37:53', 0); -INSERT INTO `yx_store_product_relation` VALUES (25, 33, 5, 'foot', NULL, '2020-09-11 14:37:58', '2020-09-11 14:37:58', 0); -INSERT INTO `yx_store_product_relation` VALUES (26, 28, 6, 'foot', NULL, '2020-09-11 14:02:02', '2020-09-11 14:02:02', 0); -INSERT INTO `yx_store_product_relation` VALUES (27, 33, 3, 'foot', NULL, '2020-09-11 06:13:47', '2020-09-11 06:13:47', 0); -INSERT INTO `yx_store_product_relation` VALUES (28, 33, 4, 'foot', NULL, '2020-09-11 15:09:42', '2020-09-11 15:09:42', 0); -INSERT INTO `yx_store_product_relation` VALUES (29, 33, 2, 'foot', NULL, '2020-09-11 14:00:36', '2020-09-11 14:00:36', 0); -INSERT INTO `yx_store_product_relation` VALUES (30, 26, 4, 'collect', NULL, '2020-09-10 14:54:30', NULL, 1); -INSERT INTO `yx_store_product_relation` VALUES (31, 26, 6, 'foot', NULL, '2020-09-10 16:24:17', '2020-09-10 16:24:17', 0); -INSERT INTO `yx_store_product_relation` VALUES (32, 26, 6, 'collect', NULL, '2020-09-10 14:55:36', NULL, 1); -INSERT INTO `yx_store_product_relation` VALUES (33, 26, 6, 'collect', NULL, '2020-09-10 14:55:45', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (34, 26, 4, 'collect', NULL, '2020-09-10 14:57:17', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (35, 26, 1, 'foot', NULL, '2020-09-10 15:25:56', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (36, 26, 1, 'collect', NULL, '2020-09-10 15:28:08', NULL, 1); -INSERT INTO `yx_store_product_relation` VALUES (37, 26, 1, 'collect', NULL, '2020-09-10 15:33:41', NULL, 1); -INSERT INTO `yx_store_product_relation` VALUES (38, 26, 1, 'collect', NULL, '2020-09-10 15:33:43', NULL, 1); -INSERT INTO `yx_store_product_relation` VALUES (39, 26, 1, 'collect', NULL, '2020-09-10 15:33:45', NULL, 1); -INSERT INTO `yx_store_product_relation` VALUES (40, 33, 6, 'collect', NULL, '2020-09-10 17:07:23', NULL, 1); -INSERT INTO `yx_store_product_relation` VALUES (41, 27, 4, 'collect', NULL, '2020-09-10 18:25:35', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (42, 33, 1, 'collect', NULL, '2020-09-10 18:35:50', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (43, 27, 3, 'foot', NULL, '2020-09-10 19:45:35', '2020-09-10 19:45:35', 0); -INSERT INTO `yx_store_product_relation` VALUES (44, 27, 2, 'foot', NULL, '2020-09-10 19:46:12', '2020-09-10 19:46:12', 0); -INSERT INTO `yx_store_product_relation` VALUES (45, 11, 6, 'foot', NULL, '2020-09-11 13:36:43', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (46, 25, 5, 'foot', NULL, '2020-09-11 16:11:05', '2020-09-11 16:11:05', 0); -INSERT INTO `yx_store_product_relation` VALUES (47, 25, 6, 'foot', NULL, '2020-09-11 16:06:02', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (48, 25, 4, 'foot', NULL, '2020-09-11 16:06:17', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (49, 34, 6, 'foot', NULL, '2020-09-11 16:12:20', NULL, 0); -INSERT INTO `yx_store_product_relation` VALUES (50, 25, 3, 'foot', NULL, '2020-09-11 16:12:55', NULL, 0); +INSERT INTO `yx_store_product_relation` VALUES (68, 42, 4, 'foot', NULL, '2020-09-12 19:21:18', '2020-09-12 19:21:18', 0); +INSERT INTO `yx_store_product_relation` VALUES (69, 42, 6, 'foot', NULL, '2020-09-12 19:21:31', '2020-09-12 19:21:31', 0); +INSERT INTO `yx_store_product_relation` VALUES (70, 42, 2, 'foot', NULL, '2020-09-12 23:44:09', '2020-09-12 23:44:09', 0); +INSERT INTO `yx_store_product_relation` VALUES (71, 42, 3, 'foot', NULL, '2020-09-12 19:42:43', '2020-09-12 19:42:43', 0); +INSERT INTO `yx_store_product_relation` VALUES (72, 43, 8, 'foot', NULL, '2020-09-12 18:18:02', '2020-09-12 18:18:02', 0); +INSERT INTO `yx_store_product_relation` VALUES (73, 43, 7, 'foot', NULL, '2020-09-12 18:10:23', '2020-09-12 18:10:23', 0); +INSERT INTO `yx_store_product_relation` VALUES (74, 43, 8, 'collect', NULL, '2020-09-12 18:03:09', NULL, 0); +INSERT INTO `yx_store_product_relation` VALUES (75, 45, 6, 'foot', NULL, '2020-09-12 18:44:31', NULL, 0); +INSERT INTO `yx_store_product_relation` VALUES (76, 40, 6, 'foot', NULL, '2020-09-12 23:18:54', '2020-09-12 23:18:54', 0); +INSERT INTO `yx_store_product_relation` VALUES (77, 40, 2, 'foot', NULL, '2020-09-12 19:10:19', NULL, 0); +INSERT INTO `yx_store_product_relation` VALUES (78, 47, 6, 'foot', NULL, '2020-09-12 19:22:39', '2020-09-12 19:22:39', 0); +INSERT INTO `yx_store_product_relation` VALUES (79, 40, 3, 'foot', NULL, '2020-09-12 19:23:41', '2020-09-12 19:23:41', 0); -- ---------------------------- -- Table structure for yx_store_product_reply @@ -2700,13 +2427,12 @@ CREATE TABLE `yx_store_product_reply` ( INDEX `is_del`(`is_del`) USING BTREE, INDEX `product_score`(`product_score`) USING BTREE, INDEX `service_score`(`service_score`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '评论表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '评论表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_product_reply -- ---------------------------- -INSERT INTO `yx_store_product_reply` VALUES (1, 33, 36, '72864ec6afd144b787a04b26961b3b2d', 1, 'product', 5, 5, '哎呦不错哦', '', '2020-09-09 10:46:14', NULL, NULL, NULL, 0, 0); -INSERT INTO `yx_store_product_reply` VALUES (2, 33, 38, 'df62cc96c2cb49e58a3b358138c0559c', 6, 'product', 5, 5, '你真棒👍🏻 🙃 🙃 🙃 🙃 🙄 🙄', '', '2020-09-09 11:08:37', '2020-09-10 23:12:22', '那你很棒棒哦~', '2020-09-10 23:12:22', 0, 1); +INSERT INTO `yx_store_product_reply` VALUES (3, 43, 67, 'c1907f2efeff48168c119ee28ddcac42', 8, 'product', 5, 5, '棒棒哒', '', '2020-09-12 17:45:11', NULL, NULL, NULL, 0, 0); -- ---------------------------- -- Table structure for yx_store_product_rule @@ -2740,14 +2466,14 @@ CREATE TABLE `yx_store_seckill` ( `title` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '活动标题', `info` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '简介', `price` decimal(10, 2) UNSIGNED NULL DEFAULT NULL COMMENT '价格', - `cost` decimal(8, 2) UNSIGNED NULL COMMENT '成本', + `cost` decimal(8, 2) UNSIGNED NULL DEFAULT 0.00 COMMENT '成本', `ot_price` decimal(10, 2) UNSIGNED NULL DEFAULT NULL COMMENT '原价', `give_integral` decimal(10, 2) UNSIGNED NULL DEFAULT NULL COMMENT '返多少积分', `sort` int(10) UNSIGNED NOT NULL COMMENT '排序', `stock` int(10) UNSIGNED NOT NULL COMMENT '库存', `sales` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '销量', `unit_name` varchar(16) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '单位名', - `postage` decimal(8, 2) UNSIGNED NOT NULL COMMENT '邮费', + `postage` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '邮费', `description` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '内容', `start_time` date NOT NULL COMMENT '开始时间', `stop_time` date NOT NULL COMMENT '结束时间', @@ -2771,15 +2497,14 @@ CREATE TABLE `yx_store_seckill` ( INDEX `add_time`(`create_time`) USING BTREE, INDEX `sort`(`sort`) USING BTREE, INDEX `is_postage`(`is_postage`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品秒杀产品表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '商品秒杀产品表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_store_seckill -- ---------------------------- -INSERT INTO `yx_store_seckill` VALUES (1, 1, 'https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', '照片打印', '照片打印', 2.00, 3.00, 1.00, NULL, 0, 97, 5, '张', 0.20, '


', '2020-09-04', '2020-09-30', '2020-09-05 17:14:44', '2020-09-08 21:18:03', 1, 0, 0, 0, 5, 1, 214, 0, 34); -INSERT INTO `yx_store_seckill` VALUES (2, 2, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'X型展架', 'X型展架', 10.00, 11.00, 12.00, NULL, 0, 400, 6, '张', 1.00, '


', '2020-09-08', '2020-09-23', '2020-09-08 10:55:08', '2020-09-10 21:18:14', 1, 0, 0, 0, 3, 1, 214, 1, 34); -INSERT INTO `yx_store_seckill` VALUES (3, 6, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', '印刷各种印刷', '印刷各种印刷', 2.00, 0.00, 0.00, NULL, 0, 2000, 9, '张', 2.20, '

印刷各种印刷

', '2020-09-10', '2020-09-30', '2020-09-10 15:19:14', '2020-09-10 21:17:47', 1, 0, 0, 0, 3, 1, 214, 0, 34); -INSERT INTO `yx_store_seckill` VALUES (4, 6, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', '印刷各种印刷', '印刷各种印刷', 2.00, 0.00, 0.00, NULL, 0, 2000, 9, '张', 1.10, '

印刷各种印刷

', '2020-09-10', '2020-09-30', '2020-09-10 15:19:29', '2020-09-10 21:17:35', 1, 0, 0, 0, 3, 1, 214, 0, 34); +INSERT INTO `yx_store_seckill` VALUES (5, 6, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg,https://consoleapi.xinxintuan.co/file/pic/20200903171807641535.jpg', '印刷各种印刷', '印刷各种印刷', 11.00, 22.00, 33.00, NULL, 1, 2000, 12, '张', 22.98, '

印刷各种印刷


', '2020-09-12', '2020-09-30', '2020-09-12 16:11:31', NULL, 1, 0, 0, 0, 2, 1, 211, 0, 34); +INSERT INTO `yx_store_seckill` VALUES (6, 5, 'https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg', '广告版定制', '广告版定制', 2.00, 1.00, 11.00, NULL, 0, 10, 7, '米', 11.99, '

广告版定制

', '2020-09-12', '2020-09-30', '2020-09-12 16:13:22', NULL, 1, 0, 0, 0, 2, 1, 212, 0, 34); +INSERT INTO `yx_store_seckill` VALUES (7, 8, 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca081af6183f.jpg,https://image.dayouqiantu.cn/5ca04fa9c08ef.jpg', '多规格商品测试', '多规格商品测试', 4.00, 1.00, 9.00, NULL, 0, 57, 4, '张', 0.10, '


', '2020-09-10', '2020-09-30', '2020-09-12 18:23:33', NULL, 1, 0, 0, 0, 1, 1, 215, 1, 34); -- ---------------------------- -- Table structure for yx_store_visit @@ -2822,37 +2547,13 @@ CREATE TABLE `yx_system_attachment` ( `update_time` datetime(0) NULL DEFAULT NULL, `is_del` tinyint(1) NULL DEFAULT 0, PRIMARY KEY (`att_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 35 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '附件管理表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 53 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '附件管理表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_system_attachment -- ---------------------------- -INSERT INTO `yx_system_attachment` VALUES (9, '2_28_routine_product_detail_wap.jpg', '/home/yshop/file/qrcode/2_28_routine_product_detail_wap.jpg', 'qrcode/2_28_routine_product_detail_wap.jpg', '9130', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-04 23:34:45', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (10, '2_28_routine_product_user_spread.jpg', '/home/yshop/file/qrcode/2_28_routine_product_user_spread.jpg', 'qrcode/2_28_routine_product_user_spread.jpg', '69524', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-04 23:34:46', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (11, '6_28_routine_pink_share_wap.jpg', '/home/yshop/file/qrcode/6_28_routine_pink_share_wap.jpg', 'qrcode/6_28_routine_pink_share_wap.jpg', '87568', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-07 14:00:10', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (12, '6_28_routine_pink_user_spread.jpg', '/home/yshop/file/qrcode/6_28_routine_pink_user_spread.jpg', 'qrcode/6_28_routine_pink_user_spread.jpg', '56071', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-07 14:00:10', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (13, '11_27_routine_pink_share_wap.jpg', '/home/yshop/file/qrcode/11_27_routine_pink_share_wap.jpg', 'qrcode/11_27_routine_pink_share_wap.jpg', '170746', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 15:30:43', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (14, '11_27_routine_pink_user_spread.jpg', '/home/yshop/file/qrcode/11_27_routine_pink_user_spread.jpg', 'qrcode/11_27_routine_pink_user_spread.jpg', '56073', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 15:30:45', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (15, '5_27_routine_product_detail_wap.jpg', '/home/yshop/file/qrcode/5_27_routine_product_detail_wap.jpg', 'qrcode/5_27_routine_product_detail_wap.jpg', '253866', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 15:50:44', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (16, '5_27_routine_product_user_spread.jpg', '/home/yshop/file/qrcode/5_27_routine_product_user_spread.jpg', 'qrcode/5_27_routine_product_user_spread.jpg', '104250', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 15:50:45', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (17, '9_27_routine_bargain_share_wap.jpg', '/home/yshop/file/qrcode/9_27_routine_bargain_share_wap.jpg', 'qrcode/9_27_routine_bargain_share_wap.jpg', '368871', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 16:00:25', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (18, '9_27_routine_bargain_user_spread.jpg', '/home/yshop/file/qrcode/9_27_routine_bargain_user_spread.jpg', 'qrcode/9_27_routine_bargain_user_spread.jpg', '55081', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 16:00:25', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (19, '27_routine_user_wap.jpg', '/home/yshop/file/qrcode/27_routine_user_wap.jpg', 'qrcode/27_routine_user_wap.jpg', '444268', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 16:08:54', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (20, '27_routine_user_spread.jpg', '/home/yshop/file/qrcode/27_routine_user_spread.jpg', 'qrcode/27_routine_user_spread.jpg', '55558', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 16:08:54', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (21, '12_29_routine_pink_share_wap.jpg', '/home/yshop/file/qrcode/12_29_routine_pink_share_wap.jpg', 'qrcode/12_29_routine_pink_share_wap.jpg', '508908', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 21:28:05', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (22, '12_29_routine_pink_user_spread.jpg', '/home/yshop/file/qrcode/12_29_routine_pink_user_spread.jpg', 'qrcode/12_29_routine_pink_user_spread.jpg', '67456', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 21:28:06', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (23, '13_28_routine_pink_share_wap.jpg', '/home/yshop/file/qrcode/13_28_routine_pink_share_wap.jpg', 'qrcode/13_28_routine_pink_share_wap.jpg', '618670', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 22:50:08', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (24, '13_28_routine_pink_user_spread.jpg', '/home/yshop/file/qrcode/13_28_routine_pink_user_spread.jpg', 'qrcode/13_28_routine_pink_user_spread.jpg', '56159', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-08 22:50:08', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (25, '15_26_routine_pink_share_wap.jpg', '/home/yshop/file/qrcode/15_26_routine_pink_share_wap.jpg', 'qrcode/15_26_routine_pink_share_wap.jpg', '701892', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-10 15:06:11', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (26, '15_26_routine_pink_user_spread.jpg', '/home/yshop/file/qrcode/15_26_routine_pink_user_spread.jpg', 'qrcode/15_26_routine_pink_user_spread.jpg', '67404', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-10 15:06:12', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (27, '9_26_routine_bargain_share_wap.jpg', '/home/yshop/file/qrcode/9_26_routine_bargain_share_wap.jpg', 'qrcode/9_26_routine_bargain_share_wap.jpg', '813727', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-10 15:36:33', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (28, '9_26_routine_bargain_user_spread.jpg', '/home/yshop/file/qrcode/9_26_routine_bargain_user_spread.jpg', 'qrcode/9_26_routine_bargain_user_spread.jpg', '54898', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-10 15:36:34', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (29, '3_33_routine_product_detail_wap.jpg', '/home/yshop/file/qrcode/3_33_routine_product_detail_wap.jpg', 'qrcode/3_33_routine_product_detail_wap.jpg', '877546', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-10 18:23:52', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (30, '3_33_routine_product_user_spread.jpg', '/home/yshop/file/qrcode/3_33_routine_product_user_spread.jpg', 'qrcode/3_33_routine_product_user_spread.jpg', '109766', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-10 18:23:53', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (31, '16_27_routine_pink_share_wap.jpg', '/home/yshop/file/qrcode/16_27_routine_pink_share_wap.jpg', 'qrcode/16_27_routine_pink_share_wap.jpg', '996225', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-10 18:27:12', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (32, '16_27_routine_pink_user_spread.jpg', '/home/yshop/file/qrcode/16_27_routine_pink_user_spread.jpg', 'qrcode/16_27_routine_pink_user_spread.jpg', '67381', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-10 18:27:12', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (33, '9_33_routine_bargain_share_wap.jpg', '/home/yshop/file/qrcode/9_33_routine_bargain_share_wap.jpg', 'qrcode/9_33_routine_bargain_share_wap.jpg', '1108196', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-10 18:34:52', NULL, 0); -INSERT INTO `yx_system_attachment` VALUES (34, '9_33_routine_bargain_user_spread.jpg', '/home/yshop/file/qrcode/9_33_routine_bargain_user_spread.jpg', 'qrcode/9_33_routine_bargain_user_spread.jpg', '55576', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-10 18:34:52', NULL, 0); +INSERT INTO `yx_system_attachment` VALUES (51, '12_50_wechat_bargain_share_wap.jpg', '/home/yshop/file/qrcode/12_50_wechat_bargain_share_wap.jpg', 'qrcode/12_50_wechat_bargain_share_wap.jpg', '1788059', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-12 22:58:46', NULL, 0); +INSERT INTO `yx_system_attachment` VALUES (52, '12_50_wechat_bargain_user_spread.jpg', '/home/yshop/file/qrcode/12_50_wechat_bargain_user_spread.jpg', 'qrcode/12_50_wechat_bargain_user_spread.jpg', '43197', 'image/jpeg', 0, 1, 1, 0, '', '2020-09-12 22:58:46', NULL, 0); -- ---------------------------- -- Table structure for yx_system_city @@ -6841,13 +6542,13 @@ INSERT INTO `yx_system_config` VALUES (179, 'integral_ratio', '1', 0, 0); INSERT INTO `yx_system_config` VALUES (180, 'store_brokerage_ratio', '70', NULL, NULL); INSERT INTO `yx_system_config` VALUES (182, 'user_extract_min_price', '1', NULL, NULL); INSERT INTO `yx_system_config` VALUES (183, 'store_brokerage_two', '30', NULL, NULL); -INSERT INTO `yx_system_config` VALUES (184, 'site_url', 'https://h5.yixiang.co', 0, 0); +INSERT INTO `yx_system_config` VALUES (184, 'site_url', 'https://h5.xinxintuan.co', 0, 0); INSERT INTO `yx_system_config` VALUES (185, 'api_url', 'https://h5api.xinxintuan.co', 0, 0); INSERT INTO `yx_system_config` VALUES (186, 'order_cancel_job_time', '20', 0, 0); -INSERT INTO `yx_system_config` VALUES (187, 'wechat_appid', 'wxc061dee8806ff712', NULL, NULL); -INSERT INTO `yx_system_config` VALUES (188, 'wechat_appsecret', '1dc5b2871d0d5ebd0f1ec7ddb856f805', NULL, NULL); -INSERT INTO `yx_system_config` VALUES (189, 'wechat_encodingaeskey', 'yYuBUkC8BXImCXyu7O6hkzLj4TC5nxsWPfL4CQAZPNY', NULL, NULL); -INSERT INTO `yx_system_config` VALUES (190, 'wechat_token', 'yshop', NULL, NULL); +INSERT INTO `yx_system_config` VALUES (187, 'wechat_appid', 'wx9a7a8395904519f2', NULL, NULL); +INSERT INTO `yx_system_config` VALUES (188, 'wechat_appsecret', '9bd664af04726307c2b110a88448bc00', NULL, NULL); +INSERT INTO `yx_system_config` VALUES (189, 'wechat_encodingaeskey', '9bd664af04726307c2b110a88448bc00', NULL, NULL); +INSERT INTO `yx_system_config` VALUES (190, 'wechat_token', 'xxcs', NULL, NULL); INSERT INTO `yx_system_config` VALUES (191, 'wxpay_mchId', '1493624002', NULL, NULL); INSERT INTO `yx_system_config` VALUES (192, 'wxpay_appId', '111111', NULL, NULL); INSERT INTO `yx_system_config` VALUES (193, 'wxpay_mchKey', 'dayouqiantuhupeng8638004yixiangt', NULL, NULL); @@ -6941,7 +6642,7 @@ INSERT INTO `yx_system_group_data` VALUES (218, 'yshop_my_menus', '{\"imageArr\" INSERT INTO `yx_system_group_data` VALUES (219, 'yshop_home_banner', '{\"name\":\"222\",\"id\":\"\",\"pic\":\"https://image.dayouqiantu.cn/5c9f117f624ee.jpg\",\"sort\":\"\",\"url\":\"/\",\"status\":\"\"}', '2020-06-25 18:54:35', NULL, 0, 1, 0); INSERT INTO `yx_system_group_data` VALUES (221, 'yshop_my_menus', '{\"imageArr\":[\"https://image.dayouqiantu.cn/5e60da498cfdd.png\"],\"name\":\"订单核销\",\"id\":230,\"pic\":\"https://image.dayouqiantu.cn/5e60da498cfdd.png\",\"sort\":0,\"url\":\"/order/order_cancellation\",\"wxapp_url\":\"\",\"status\":1}', '2020-06-25 18:54:35', NULL, 0, 1, 0); INSERT INTO `yx_system_group_data` VALUES (222, 'yshop_recharge_price_ways', '{\"give_price\":\"10\",\"price\":\"100\",\"id\":\"\",\"sort\":0,\"status\":1}', '2020-06-25 18:54:35', NULL, 1, 1, 0); -INSERT INTO `yx_system_group_data` VALUES (223, 'yshop_recharge_price_ways', '{\"give_price\":\"1\",\"price\":1,\"id\":\"\",\"sort\":0,\"status\":1}', '2020-06-25 18:54:35', NULL, 0, 1, 0); +INSERT INTO `yx_system_group_data` VALUES (223, 'yshop_recharge_price_ways', '{\"give_price\":\"1000\",\"price\":1,\"id\":223,\"sort\":0,\"status\":1}', '2020-06-25 18:54:35', '2020-09-12 18:34:21', 0, 1, 0); INSERT INTO `yx_system_group_data` VALUES (224, 'yshop_home_banner', '{\"imageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200903171351713145.jpg\"],\"uniapp_url\":\"3\",\"name\":\"3\",\"id\":\"\",\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200903171351713145.jpg\",\"sort\":0,\"url\":\"3\",\"wxapp_url\":\"\",\"status\":1}', '2020-09-03 17:13:59', NULL, 0, 1, 0); INSERT INTO `yx_system_group_data` VALUES (225, 'yshop_my_menus', '{\"imageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png\"],\"uniapp_url\":\"/pages/shop/GoodsFoot/index\",\"name\":\"我的足迹\",\"id\":225,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png\",\"sort\":10,\"url\":\"\",\"wxapp_url\":\"\",\"status\":1}', '2020-09-11 09:39:21', '2020-09-11 09:40:49', 10, 1, 0); @@ -7018,13 +6719,13 @@ CREATE TABLE `yx_system_user_level` ( `id` int(11) NOT NULL AUTO_INCREMENT, `mer_id` int(11) NOT NULL DEFAULT 0 COMMENT '商户id', `name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '会员名称', - `money` decimal(8, 2) NOT NULL COMMENT '购买金额', + `money` decimal(8, 2) NOT NULL DEFAULT 0.00 COMMENT '购买金额', `valid_date` int(11) NOT NULL DEFAULT 0 COMMENT '有效时间', `is_forever` tinyint(1) NOT NULL DEFAULT 0 COMMENT '是否为永久会员', `is_pay` tinyint(1) NOT NULL DEFAULT 0 COMMENT '是否购买,1=购买,0=不购买', `is_show` tinyint(1) NOT NULL DEFAULT 0 COMMENT '是否显示 1=显示,0=隐藏', `grade` int(11) NOT NULL DEFAULT 0 COMMENT '会员等级', - `discount` decimal(8, 2) NOT NULL COMMENT '享受折扣', + `discount` decimal(8, 2) NOT NULL DEFAULT 0.00 COMMENT '享受折扣', `image` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '会员卡背景', `icon` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '会员图标', `explain` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '说明', @@ -7043,9 +6744,9 @@ INSERT INTO `yx_system_user_level` VALUES (3, 0, '黄铜会员', 0.00, 0, 1, 0, INSERT INTO `yx_system_user_level` VALUES (4, 0, '白银会员', 0.00, 0, 1, 0, 1, 4, 94.00, 'http://pic.dayouqiantu.cn/5c9ccca8d6ae1.jpg', 'http://pic.dayouqiantu.cn/5c9ccca8a27f0.png', '白银会员', '2020-06-25 18:54:35', NULL, 0); INSERT INTO `yx_system_user_level` VALUES (5, 0, '黄金会员', 0.00, 0, 1, 0, 1, 5, 90.00, 'http://pic.dayouqiantu.cn/5c9ccca8b27f1.jpg', 'http://pic.dayouqiantu.cn/5c9ccca8aa5b9.png', '黄金会员', '2020-06-25 18:54:35', NULL, 0); INSERT INTO `yx_system_user_level` VALUES (6, 0, '钻石会员', 0.00, 0, 1, 0, 1, 6, 88.00, 'http://localhost:8000/file/pic/钻石-20200328094531898.jpg', 'http://pic.dayouqiantu.cn/5c9ccca90d2d3.png', '钻石会员', '2020-06-25 18:54:35', NULL, 1); -INSERT INTO `yx_system_user_level` VALUES (8, 0, '444', 0.00, 4, 1, 0, 1, 4, 4.00, 'http://localhost:8000/file/pic/资讯-20200311043727918.png', 'http://localhost:8000/file/pic/05ea40b831858a8cf423aa709840507c-20200311043711341.png', '', '2020-06-25 18:54:35', NULL, 0); +INSERT INTO `yx_system_user_level` VALUES (8, 0, '444', 0.00, 4, 1, 0, 1, 4, 4.00, 'http://localhost:8000/file/pic/资讯-20200311043727918.png', 'http://localhost:8000/file/pic/05ea40b831858a8cf423aa709840507c-20200311043711341.png', '', '2020-06-25 18:54:35', NULL, 1); INSERT INTO `yx_system_user_level` VALUES (9, 0, '777', 0.00, 0, 1, 0, 1, 33, 8.00, 'http://localhost:8000/file/pic/钻石-20200328094531898.jpg', 'http://localhost:8000/file/pic/资讯-20200311043727918.png', '', '2020-06-25 18:54:35', NULL, 1); -INSERT INTO `yx_system_user_level` VALUES (10, 0, '5555', 0.00, 0, 1, 0, 1, 0, 7.50, 'http://127.0.0.1:8000/file/pic/20200527164543489004.png', 'http://127.0.0.1:8000/file/pic/20200527164543489004.png', '', '2020-06-25 18:51:00', NULL, 0); +INSERT INTO `yx_system_user_level` VALUES (10, 0, '5555', 0.00, 0, 1, 0, 1, 0, 7.50, 'http://127.0.0.1:8000/file/pic/20200527164543489004.png', 'http://127.0.0.1:8000/file/pic/20200527164543489004.png', '', '2020-06-25 18:51:00', NULL, 1); -- ---------------------------- -- Table structure for yx_system_user_task @@ -7111,9 +6812,9 @@ CREATE TABLE `yx_user` ( `create_time` datetime(0) NULL DEFAULT NULL COMMENT '添加时间', `update_time` datetime(0) NULL DEFAULT NULL COMMENT '最后一次登录时间', `last_ip` varchar(16) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '' COMMENT '最后一次登录ip', - `now_money` decimal(8, 2) UNSIGNED NOT NULL COMMENT '用户余额', - `brokerage_price` decimal(8, 2) NOT NULL COMMENT '佣金金额', - `integral` decimal(8, 2) UNSIGNED NOT NULL COMMENT '用户剩余积分', + `now_money` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '用户余额', + `brokerage_price` decimal(8, 2) NOT NULL DEFAULT 0.00 COMMENT '佣金金额', + `integral` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '用户剩余积分', `sign_num` int(11) NOT NULL DEFAULT 0 COMMENT '连续签到天数', `status` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1为正常,0为禁止', `level` tinyint(2) UNSIGNED NOT NULL DEFAULT 0 COMMENT '等级', @@ -7134,28 +6835,23 @@ CREATE TABLE `yx_user` ( INDEX `level`(`level`) USING BTREE, INDEX `status`(`status`) USING BTREE, INDEX `is_promoter`(`is_promoter`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 35 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 53 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_user -- ---------------------------- -INSERT INTO `yx_user` VALUES (11, 'hupeng', 'e10adc3949ba59abbe56e057f20f883e', '', 0, '', '', 0, 0, '会敲代码的喵88', 'https://image.dayouqiantu.cn/5dc2c7f3a104c.png', '15136175246', '', '2020-06-25 18:54:35', '2020-09-11 16:36:08', '', 7187.01, 55.86, 1000.06, 1, 1, 1, 21, '2020-06-20 14:46:47', 'h5', 0, 49, 4, '', 1, '', NULL, 0); -INSERT INTO `yx_user` VALUES (12, '15136175246', 'e10adc3949ba59abbe56e057f20f883e', '', 0, '', '', 0, 0, '会敲代码的喵2', 'https://image.dayouqiantu.cn/5dc2c7f3a104c.png', '15136175246', '', '2020-06-25 18:54:35', '2020-07-08 15:11:48', '', 8688.71, 28.00, 0.00, 2, 1, 1, 11, '2020-06-25 18:54:35', 'h5', 0, 23, 0, '', 1, '', NULL, 0); -INSERT INTO `yx_user` VALUES (14, '15136175247', 'e10adc3949ba59abbe56e057f20f883e', '', 0, '', '', 0, 0, '15136175247', 'https://image.dayouqiantu.cn/5dc2c7f3a104c.png', '15136175247', '', '2020-06-25 18:54:35', '2020-06-25 18:54:35', '', 9200.00, 0.00, 2.00, 0, 1, 0, 11, '2020-06-25 18:54:35', 'h5', 0, 5, 0, '', 0, '', NULL, 0); -INSERT INTO `yx_user` VALUES (15, '15136175249', 'e10adc3949ba59abbe56e057f20f883e', '', 0, '', '', 0, 0, '15136175249', 'https://image.dayouqiantu.cn/5dc2c7f3a104c.png', '15136175249', '', '2020-06-25 18:54:35', '2020-06-25 18:54:35', '', 0.00, 0.00, 0.00, 0, 1, 0, 0, '2020-06-25 18:54:35', 'h5', 0, 0, 0, '', 0, '', NULL, 0); -INSERT INTO `yx_user` VALUES (18, '15136175523', 'e10adc3949ba59abbe56e057f20f883e', '', 0, '', '', 0, 0, '15136175523', 'https://image.dayouqiantu.cn/5dc2c7f3a104c.png', '15136175523', '', '2020-06-25 18:54:35', '2020-06-25 18:54:35', '', 0.00, 0.00, 0.00, 0, 1, 0, 0, '2020-06-25 18:54:35', 'h5', 0, 0, 0, '', 0, '', NULL, 0); -INSERT INTO `yx_user` VALUES (19, '15136175528', 'e10adc3949ba59abbe56e057f20f883e', '', 0, '', '', 0, 0, '15136175528', 'https://image.dayouqiantu.cn/5dc2c7f3a104c.png', '15136175528', '', '2020-06-25 18:54:35', '2020-06-25 18:54:35', '', 0.00, 0.00, 0.00, 0, 1, 0, 11, '2020-06-25 18:54:35', 'h5', 0, 0, 0, '', 0, '', NULL, 0); -INSERT INTO `yx_user` VALUES (20, '15136171112', 'e10adc3949ba59abbe56e057f20f883e', '', 0, '', '', 0, 0, '15136171112', 'https://image.dayouqiantu.cn/5e79f6cfd33b6.png', '15136171112', '', '2020-06-25 18:54:35', '2020-06-25 18:54:35', '', 99.00, 0.00, 0.00, 0, 1, 0, 11, '2020-06-25 18:54:35', 'h5', 1, 0, 0, '', 0, '', NULL, 0); -INSERT INTO `yx_user` VALUES (21, '15136175234', 'e10adc3949ba59abbe56e057f20f883e', '', 0, '', '', 0, 0, '15136175234', 'https://image.dayouqiantu.cn/5e79f6cfd33b6.png', '15136175234', '127.0.0.1', '2020-06-14 09:21:58', '2020-07-09 13:29:06', '127.0.0.1', 10960.70, 1035.79, 31.00, 2, 1, 1, 0, '2020-06-25 18:54:35', 'h5', 0, 6, 1, '', 1, '', NULL, 0); -INSERT INTO `yx_user` VALUES (25, 'o41F5txV5oZVvprIQdJMRmzB_fd0', NULL, '', 0, '', '', 0, 0, '会敲代码的喵', 'http://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqbE0lXfgiagWtVetehzyfia3iaBxF0UTibMDTjicftYRYJ0G2pRZjlSB8rCtwRZ3ia9EYd3ZadK9wVWBTw/132', NULL, '127.0.0.1', '2020-07-06 15:20:51', '2020-09-11 16:13:45', '127.0.0.1', 10978.00, 0.00, 0.00, 0, 1, 0, 0, '2020-06-25 18:54:35', 'wechat', 0, 2, 0, '', 1, '', '{\"sex\": 1, \"city\": \"信阳\", \"openid\": \"o41F5txV5oZVvprIQdJMRmzB_fd0\", \"country\": \"中国\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"会敲代码的喵\", \"province\": \"河南\", \"subscribe\": null, \"headimgurl\": \"http://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqbE0lXfgiagWtVetehzyfia3iaBxF0UTibMDTjicftYRYJ0G2pRZjlSB8rCtwRZ3ia9EYd3ZadK9wVWBTw/132\", \"routineOpenid\": \"\", \"subscribeTime\": null}', 0); -INSERT INTO `yx_user` VALUES (26, 'orIMY4ykNo4p1k5fiHcVYd2GLdO8', NULL, '', 0, '', '', 0, 0, 'い安好', 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIzjkjtD1YuSoGz5EFV80luIywsVch8cx4Dgrc3rM6vWkFRaNBJ7QjoEVziaUR7xj0libnpLExq4Z5A/132', NULL, '61.148.60.102', '2020-09-03 10:37:02', '2020-09-11 16:05:18', '61.148.60.102', 99992.00, 0.00, 100000.00, 0, 1, 0, 0, NULL, 'routine', 0, 4, 0, '', 1, '', '{\"sex\": 1, \"city\": \"\", \"openid\": \"\", \"country\": \"China\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"い安好\", \"province\": \"Beijing\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIzjkjtD1YuSoGz5EFV80luIywsVch8cx4Dgrc3rM6vWkFRaNBJ7QjoEVziaUR7xj0libnpLExq4Z5A/132\", \"routineOpenid\": \"orIMY4ykNo4p1k5fiHcVYd2GLdO8\", \"subscribeTime\": null}', 0); -INSERT INTO `yx_user` VALUES (27, 'orIMY4xGhMmipwFZoSL1vOhUNFZ0', NULL, '', 0, '', '', 0, 0, '会敲代码的喵', 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83erkH5E5lvlWSAaoT1icTe79tGnKXtqicTUC2cOibOqJOIm4s7aKN4kXvxTj8WC8aWpSXIpGEP7IIcPtA/132', NULL, '223.91.133.96', '2020-09-03 11:56:01', '2020-09-11 16:09:19', '223.91.133.96', 9971.00, 0.00, 10.00, 1, 1, 0, 0, NULL, 'routine', 0, 7, 0, '', 1, '', '{\"sex\": 1, \"city\": \"Xinyang\", \"openid\": \"\", \"country\": \"China\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"会敲代码的喵\", \"province\": \"Henan\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83erkH5E5lvlWSAaoT1icTe79tGnKXtqicTUC2cOibOqJOIm4s7aKN4kXvxTj8WC8aWpSXIpGEP7IIcPtA/132\", \"routineOpenid\": \"orIMY4xGhMmipwFZoSL1vOhUNFZ0\", \"subscribeTime\": null}', 0); -INSERT INTO `yx_user` VALUES (28, 'orIMY41pDGLN_PRNxa1HtoDG-zmw', NULL, '', 0, '', '', 0, 0, '陶子', 'https://thirdwx.qlogo.cn/mmopen/vi_32/pvVXOphTg8ic2Fec5YfMngQ8XruCMYZia5IpwSrQzExaoBibIsf8WLmt2Cb8tEokxQChDxuORQ7ukqMQGpk5L19xQ/132', NULL, '117.136.31.254', '2020-09-03 12:41:03', '2020-09-11 14:03:09', '117.136.31.254', 9984.00, 0.00, 80.00, 1, 1, 0, 0, NULL, 'routine', 0, 5, 0, '', 1, '', '{\"sex\": 1, \"city\": \"Shenzhen\", \"openid\": \"\", \"country\": \"China\", \"unionId\": \"\", \"language\": \"en\", \"nickname\": \"陶子\", \"province\": \"Guangdong\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/pvVXOphTg8ic2Fec5YfMngQ8XruCMYZia5IpwSrQzExaoBibIsf8WLmt2Cb8tEokxQChDxuORQ7ukqMQGpk5L19xQ/132\", \"routineOpenid\": \"orIMY41pDGLN_PRNxa1HtoDG-zmw\", \"subscribeTime\": null}', 0); -INSERT INTO `yx_user` VALUES (30, 'orIMY46Z4_Mpu4htodpxy-w6FBOw', NULL, '', 0, '', '', 0, 0, 'bug', 'https://thirdwx.qlogo.cn/mmopen/vi_32/W8eOmaCRP3iaeuWpsceN0wGWGSGgZCoRf2vnvYgYGsTB6ibbuyLRZDmVB4R0W1GwDGccu5UqVqC0X5lM6FlqD6dQ/132', NULL, '183.39.59.23', '2020-09-03 14:09:52', '2020-09-03 14:12:11', '183.39.59.23', 0.00, 0.00, 10.00, 1, 1, 0, 0, NULL, 'routine', 0, 0, 0, '', 0, '', '{\"sex\": 1, \"city\": \"Huizhou\", \"openid\": \"\", \"country\": \"China\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"bug\", \"province\": \"Guangdong\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/W8eOmaCRP3iaeuWpsceN0wGWGSGgZCoRf2vnvYgYGsTB6ibbuyLRZDmVB4R0W1GwDGccu5UqVqC0X5lM6FlqD6dQ/132\", \"routineOpenid\": \"orIMY46Z4_Mpu4htodpxy-w6FBOw\", \"subscribeTime\": null}', 0); -INSERT INTO `yx_user` VALUES (31, '17816046892', 'dc483e80a7a0bd9ef71d8cf973673924', '', 0, '', '', 0, 0, '17816046892', 'https://image.dayouqiantu.cn/5e79f6cfd33b6.png', '17816046892', '183.128.178.17', '2020-09-03 16:24:51', '2020-09-03 16:26:27', '183.128.178.17', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'h5', 0, 0, 0, '', 0, '', NULL, 0); -INSERT INTO `yx_user` VALUES (32, '14781974380', 'fbb4522b422be92e7c0f7806ac311d79', '', 0, '', '', 0, 0, '14781974380', 'https://image.dayouqiantu.cn/5e79f6cfd33b6.png', '14781974380', '113.139.121.238', '2020-09-06 10:53:39', '2020-09-06 20:29:20', '113.139.121.238', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'h5', 0, 0, 0, '', 0, '', NULL, 0); -INSERT INTO `yx_user` VALUES (33, 'orIMY4whScQm_yv200oMRMEPAkIk', NULL, '', 0, '', '', 0, 0, '阳光正好😃', 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqten5LTRcBj3XzTTm1Fu7xmmOlEwUDLTfnMNOk7xg5N7jJaDic3q54HuzMwddB7licAckyxInWY9pA/132', NULL, '112.224.69.234', '2020-09-09 10:40:32', '2020-09-11 15:09:43', '112.224.69.234', 99910.00, 0.00, 10.00, 1, 1, 0, 0, NULL, 'routine', 0, 17, 0, '', 1, '', '{\"sex\": 1, \"city\": \"Rizhao\", \"openid\": \"\", \"country\": \"China\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"阳光正好😃\", \"province\": \"Shandong\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqten5LTRcBj3XzTTm1Fu7xmmOlEwUDLTfnMNOk7xg5N7jJaDic3q54HuzMwddB7licAckyxInWY9pA/132\", \"routineOpenid\": \"orIMY4whScQm_yv200oMRMEPAkIk\", \"subscribeTime\": null}', 0); -INSERT INTO `yx_user` VALUES (34, 'o41F5t4_w5SXBDLsTdqQLWZV8wUU', NULL, '', 0, '', '', 0, 0, '阳光正好😃', 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83epL8PhFlE6A7cdyq1f7OQdylEcUYD8Ul7xE1IaJuR4JxiafP6WCuMic5uaYG9XhyVKkP55iatTicUuM6A/132', NULL, '117.136.78.75', '2020-09-11 16:11:32', '2020-09-11 16:12:39', '117.136.78.75', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'wechat', 0, 0, 0, '', 0, '', '{\"sex\": 1, \"city\": \"日照\", \"openid\": \"o41F5t4_w5SXBDLsTdqQLWZV8wUU\", \"country\": \"中国\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"阳光正好😃\", \"province\": \"山东\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83epL8PhFlE6A7cdyq1f7OQdylEcUYD8Ul7xE1IaJuR4JxiafP6WCuMic5uaYG9XhyVKkP55iatTicUuM6A/132\", \"routineOpenid\": \"\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (40, 'orIMY41pDGLN_PRNxa1HtoDG-zmw', NULL, '', 0, '', '', 0, 0, '陶子', 'https://thirdwx.qlogo.cn/mmopen/vi_32/pvVXOphTg8ic2Fec5YfMngQ8XruCMYZia5IpwSrQzExaoBibIsf8WLmt2Cb8tEokxQChDxuORQ7ukqMQGpk5L19xQ/132', NULL, '14.155.156.208', '2020-09-12 12:04:41', '2020-09-12 23:18:59', '14.155.156.208', 6666.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'routine', 0, 1, 0, '', 0, '', '{\"sex\": 1, \"city\": \"Shenzhen\", \"openid\": \"\", \"country\": \"China\", \"unionId\": \"\", \"language\": \"en\", \"nickname\": \"陶子\", \"province\": \"Guangdong\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/pvVXOphTg8ic2Fec5YfMngQ8XruCMYZia5IpwSrQzExaoBibIsf8WLmt2Cb8tEokxQChDxuORQ7ukqMQGpk5L19xQ/132\", \"routineOpenid\": \"orIMY41pDGLN_PRNxa1HtoDG-zmw\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (42, 'orIMY4whScQm_yv200oMRMEPAkIk', NULL, '', 0, '', '', 0, 0, '阳光正好😃', 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqten5LTRcBj3XzTTm1Fu7xmmOlEwUDLTfnMNOk7xg5N7jJaDic3q54HuzMwddB7licAckyxInWY9pA/132', '13053590359', '223.80.78.58', '2020-09-12 15:45:55', '2020-09-12 23:48:59', '223.80.78.58', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'routine', 0, 0, 0, '', 0, '', '{\"sex\": 1, \"city\": \"Rizhao\", \"openid\": \"\", \"country\": \"China\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"阳光正好😃\", \"province\": \"Shandong\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqten5LTRcBj3XzTTm1Fu7xmmOlEwUDLTfnMNOk7xg5N7jJaDic3q54HuzMwddB7licAckyxInWY9pA/132\", \"routineOpenid\": \"orIMY4whScQm_yv200oMRMEPAkIk\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (43, 'orIMY4-Mz71H4437G_kwUP5OteQc', NULL, '', 0, '', '', 0, 0, '隐形少女', 'https://thirdwx.qlogo.cn/mmopen/vi_32/DVCIYncKXic6BAf4KL7ewRVxeKwUyeC7yqPnMWLYib7tX1kzxMgac7ib261RqibshfELZQTiatf97w8FY5ygztfVSJA/132', NULL, '223.91.133.95', '2020-09-12 16:11:16', '2020-09-12 18:18:28', '223.91.133.95', 686.00, 0.00, 11.00, 1, 1, 0, 0, NULL, 'routine', 0, 7, 0, '', 0, '', '{\"sex\": 0, \"city\": \"Zhaoqing\", \"openid\": \"\", \"country\": \"China\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"隐形少女\", \"province\": \"Guangdong\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/DVCIYncKXic6BAf4KL7ewRVxeKwUyeC7yqPnMWLYib7tX1kzxMgac7ib261RqibshfELZQTiatf97w8FY5ygztfVSJA/132\", \"routineOpenid\": \"orIMY4-Mz71H4437G_kwUP5OteQc\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (44, 'orIMY4xGhMmipwFZoSL1vOhUNFZ0', NULL, '', 0, '', '', 0, 0, '会敲代码的喵', 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83erkH5E5lvlWSAaoT1icTe79tGnKXtqicTUC2cOibOqJOIm4s7aKN4kXvxTj8WC8aWpSXIpGEP7IIcPtA/132', NULL, '223.91.133.105', '2020-09-12 18:34:12', '2020-09-12 19:51:35', '223.91.133.105', 1002.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'routine', 0, 0, 0, '', 0, '', '{\"sex\": 1, \"city\": \"Xinyang\", \"openid\": \"\", \"country\": \"China\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"会敲代码的喵\", \"province\": \"Henan\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83erkH5E5lvlWSAaoT1icTe79tGnKXtqicTUC2cOibOqJOIm4s7aKN4kXvxTj8WC8aWpSXIpGEP7IIcPtA/132\", \"routineOpenid\": \"orIMY4xGhMmipwFZoSL1vOhUNFZ0\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (45, 'o41F5txV5oZVvprIQdJMRmzB_fd0', NULL, '', 0, '', '', 0, 0, '会敲代码的喵', 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqbE0lXfgiagWtVetehzyfia3iaBxF0UTibMDTjicftYRYJ0G2pRZjlSB8rCtwRZ3ia9EYd3ZadK9wVWBTw/132', NULL, '223.91.133.105', '2020-09-12 18:40:59', '2020-09-12 18:44:31', '223.91.133.105', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'wechat', 0, 0, 0, '', 0, '', '{\"sex\": 1, \"city\": \"信阳\", \"openid\": \"o41F5txV5oZVvprIQdJMRmzB_fd0\", \"country\": \"中国\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"会敲代码的喵\", \"province\": \"河南\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eqbE0lXfgiagWtVetehzyfia3iaBxF0UTibMDTjicftYRYJ0G2pRZjlSB8rCtwRZ3ia9EYd3ZadK9wVWBTw/132\", \"routineOpenid\": \"\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (46, 'o41F5t2HKTKl7Z0GX3YMhQzzqWAY', NULL, '', 0, '', '', 0, 0, '意象图文设计(8分钱速印店)', 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTKWzBv1Pg4KEicjV5C85Ndlz8pYbsOQXzyVgAcschMoDtvjBp7FLfZdXN5icKFRRW3PloH2uicKavFPw/132', NULL, '223.91.133.105', '2020-09-12 18:42:07', '2020-09-12 18:44:56', '223.91.133.105', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'wechat', 0, 0, 0, '', 0, '', '{\"sex\": 2, \"city\": \"漯河\", \"openid\": \"o41F5t2HKTKl7Z0GX3YMhQzzqWAY\", \"country\": \"中国\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"意象图文设计(8分钱速印店)\", \"province\": \"河南\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTKWzBv1Pg4KEicjV5C85Ndlz8pYbsOQXzyVgAcschMoDtvjBp7FLfZdXN5icKFRRW3PloH2uicKavFPw/132\", \"routineOpenid\": \"\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (47, 'orIMY40vj5s0350QjKsgM4tMkM4c', NULL, '', 0, '', '', 0, 0, '_this', 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLVZbOrTHSY6EnTRxDhB2CKGasPfKssMNx6UicQbyobj4njiczdNjmpclIwerf7XJJg64yVLO9oUcgQ/132', NULL, '223.80.78.58', '2020-09-12 19:20:00', '2020-09-12 19:20:00', '223.80.78.58', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'routine', 0, 0, 0, '', 0, '', '{\"sex\": 2, \"city\": \"\", \"openid\": \"\", \"country\": \"Albania\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"_this\", \"province\": \"\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLVZbOrTHSY6EnTRxDhB2CKGasPfKssMNx6UicQbyobj4njiczdNjmpclIwerf7XJJg64yVLO9oUcgQ/132\", \"routineOpenid\": \"orIMY40vj5s0350QjKsgM4tMkM4c\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (48, 'o41F5t19-nTsUKL5wfgMI9YNBO2M', NULL, '', 0, '', '', 0, 0, '陶子', 'https://thirdwx.qlogo.cn/mmopen/vi_32/cP3rf0yv2gLmx2WDaIozzWd2uYmUY8RELFicq9s7oHCyibghrN8KaFerbox4JniaLyzdb1ib2Cibliagmjlmul8icbseg/132', NULL, '14.155.156.208', '2020-09-12 22:34:37', '2020-09-12 22:42:04', '14.155.156.208', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'wechat', 0, 0, 0, '', 0, '', '{\"sex\": 1, \"city\": \"深圳\", \"openid\": \"o41F5t19-nTsUKL5wfgMI9YNBO2M\", \"country\": \"中国\", \"unionId\": \"\", \"language\": \"en\", \"nickname\": \"陶子\", \"province\": \"广东\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/cP3rf0yv2gLmx2WDaIozzWd2uYmUY8RELFicq9s7oHCyibghrN8KaFerbox4JniaLyzdb1ib2Cibliagmjlmul8icbseg/132\", \"routineOpenid\": \"\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (49, 'o41F5t4_w5SXBDLsTdqQLWZV8wUU', NULL, '', 0, '', '', 0, 0, '阳光正好😃', 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83epL8PhFlE6A7cdyq1f7OQdylEcUYD8Ul7xE1IaJuR4JxiafP6WCuMic5uaYG9XhyVKkP55iatTicUuM6A/132', NULL, '223.80.78.58', '2020-09-12 22:34:46', '2020-09-12 22:34:49', '223.80.78.58', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'wechat', 0, 0, 0, '', 0, '', '{\"sex\": 1, \"city\": \"日照\", \"openid\": \"o41F5t4_w5SXBDLsTdqQLWZV8wUU\", \"country\": \"中国\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"阳光正好😃\", \"province\": \"山东\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83epL8PhFlE6A7cdyq1f7OQdylEcUYD8Ul7xE1IaJuR4JxiafP6WCuMic5uaYG9XhyVKkP55iatTicUuM6A/132\", \"routineOpenid\": \"\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (50, 'oScqKwMEcfbuOXk3AdWsJEBw92oA', NULL, '', 0, '', '', 0, 0, '阳光正好😃', 'https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83epLkpNS74ZMno9juHI9qRkLO6zpvjGBevc2fadxGK1ZJzJBszBwtceGpS1aOWYib2xPDiauwZD9olJA/132', NULL, '223.80.78.58', '2020-09-12 22:51:09', '2020-09-12 23:00:01', '223.80.78.58', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'wechat', 0, 0, 1, '', 0, '', '{\"sex\": 1, \"city\": \"日照\", \"openid\": \"oScqKwMEcfbuOXk3AdWsJEBw92oA\", \"country\": \"中国\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"阳光正好😃\", \"province\": \"山东\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83epLkpNS74ZMno9juHI9qRkLO6zpvjGBevc2fadxGK1ZJzJBszBwtceGpS1aOWYib2xPDiauwZD9olJA/132\", \"routineOpenid\": \"\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (51, 'oScqKwD3OamK5uqvMdZ5T5LZ9ah0', NULL, '', 0, '', '', 0, 0, '_this', 'https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTKRgRWWDAvicTwHJ2gKxneOMaTiavFiaVB0Pz8RlQ1ZwmMCmIORysMCF3jJ7cUGJx6sqvEOvECRofeQw/132', NULL, '223.80.78.58', '2020-09-12 22:52:16', '2020-09-12 23:00:06', '223.80.78.58', 0.00, 0.00, 0.00, 0, 1, 0, 0, NULL, 'wechat', 0, 0, 0, '', 0, '', '{\"sex\": 2, \"city\": \"\", \"openid\": \"oScqKwD3OamK5uqvMdZ5T5LZ9ah0\", \"country\": \"阿尔巴尼亚\", \"unionId\": \"\", \"language\": \"zh_CN\", \"nickname\": \"_this\", \"province\": \"\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTKRgRWWDAvicTwHJ2gKxneOMaTiavFiaVB0Pz8RlQ1ZwmMCmIORysMCF3jJ7cUGJx6sqvEOvECRofeQw/132\", \"routineOpenid\": \"\", \"subscribeTime\": null}', 0); +INSERT INTO `yx_user` VALUES (52, 'oScqKwBRU1_tfAHUpFu56xXy4REs', NULL, '', 0, '', '', 0, 0, '陶子', 'https://thirdwx.qlogo.cn/mmopen/vi_32/ZkcKFzQ3qaJZCwuEZmbGVItQQGOxCz6kBSf0SzaQhsob011jPVMPkT1AU0OWLafAOTJobIbr57KISxS3WdRTgQ/132', NULL, '14.155.156.208', '2020-09-12 22:59:35', '2020-09-12 23:00:49', '14.155.156.208', 0.00, 0.00, 0.00, 0, 1, 0, 50, '2020-09-12 22:59:35', 'wechat', 0, 0, 0, '', 0, '', '{\"sex\": 1, \"city\": \"深圳\", \"openid\": \"oScqKwBRU1_tfAHUpFu56xXy4REs\", \"country\": \"中国\", \"unionId\": \"\", \"language\": \"en\", \"nickname\": \"陶子\", \"province\": \"广东\", \"subscribe\": null, \"headimgurl\": \"https://thirdwx.qlogo.cn/mmopen/vi_32/ZkcKFzQ3qaJZCwuEZmbGVItQQGOxCz6kBSf0SzaQhsob011jPVMPkT1AU0OWLafAOTJobIbr57KISxS3WdRTgQ/132\", \"routineOpenid\": \"\", \"subscribeTime\": null}', 0); -- ---------------------------- -- Table structure for yx_user_address @@ -7182,21 +6878,13 @@ CREATE TABLE `yx_user_address` ( INDEX `uid`(`uid`) USING BTREE, INDEX `is_default`(`is_default`) USING BTREE, INDEX `is_del`(`is_del`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 24 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户地址表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 26 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户地址表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_user_address -- ---------------------------- -INSERT INTO `yx_user_address` VALUES (14, 12, 'hupeng888', '15136175236', '河南省', '郑州市', 367396, '市辖区', '9999', '', '0', '0', 0, 0, '2020-07-05 16:58:33', '2020-09-05 20:52:52'); -INSERT INTO `yx_user_address` VALUES (15, 12, 'hupeng333', '15136175246', '湖北省', '武汉市', 420825, '市辖区', '9999', '', '0', '0', 0, 0, '2020-07-05 17:13:04', NULL); -INSERT INTO `yx_user_address` VALUES (16, 25, 'hupeng', '15136175234', '安徽省', '芜湖市', 226469, '镜湖区', '99', '', '0', '0', 0, 0, '2020-07-06 15:23:19', '2020-09-05 20:52:52'); -INSERT INTO `yx_user_address` VALUES (17, 11, 'haha', '15136175234', '山西省', '阳泉市', 71850, '矿区', '8888', '', '0', '0', 0, 0, '2020-07-08 15:32:34', '2020-09-05 20:52:52'); -INSERT INTO `yx_user_address` VALUES (18, 29, '哈哈', '18888888888', '北京市', '北京市', 2, '朝阳区', '老两口儿', '', '0', '0', 0, 0, '2020-09-05 20:52:52', '2020-09-08 15:15:33'); -INSERT INTO `yx_user_address` VALUES (19, 28, '陶子', '13666666666', '天津市', '天津市', 7363, '河西区', '卡阿吉纳加', '', '0', '0', 0, 0, '2020-09-07 13:42:47', NULL); -INSERT INTO `yx_user_address` VALUES (20, 27, '胡萝卜', '15139174512', '北京市', '北京市', 2, '东城区', '999', '', '0', '0', 0, 0, '2020-09-08 15:15:33', '2020-09-10 18:26:34'); -INSERT INTO `yx_user_address` VALUES (21, 27, '哈哈', '15136175246', '天津市', '天津市', 7363, '和平区', '666', '', '0', '0', 1, 0, '2020-09-08 15:16:11', '2020-09-10 18:26:34'); -INSERT INTO `yx_user_address` VALUES (22, 33, '老两口', '18888888888', '天津市', '天津市', 7363, '河西区', '天锡我宗盟', '', '0', '0', 0, 0, '2020-09-09 10:43:08', '2020-09-10 15:00:51'); -INSERT INTO `yx_user_address` VALUES (23, 26, 'sahsdh', '15601064107', '北京市', '北京市', 2, '东城区', 'asdsdsd', '', '0', '0', 1, 0, '2020-09-10 15:00:51', NULL); +INSERT INTO `yx_user_address` VALUES (24, 40, '陶子', '13666666666', '北京市', '北京市', 2, '朝阳区', '哈哈哈家', '', '0', '0', 0, 0, '2020-09-12 14:54:31', NULL); +INSERT INTO `yx_user_address` VALUES (25, 43, '张先生', '18888888888', '天津市', '天津市', 7363, '和平区', '6666', '', '0', '0', 1, 0, '2020-09-12 17:04:50', NULL); -- ---------------------------- -- Table structure for yx_user_bill @@ -7210,8 +6898,8 @@ CREATE TABLE `yx_user_bill` ( `title` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '账单标题', `category` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '明细种类', `type` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '明细类型', - `number` decimal(8, 2) UNSIGNED NOT NULL COMMENT '明细数字', - `balance` decimal(8, 2) UNSIGNED NOT NULL COMMENT '剩余', + `number` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '明细数字', + `balance` decimal(8, 2) UNSIGNED NOT NULL DEFAULT 0.00 COMMENT '剩余', `mark` varchar(512) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '备注', `create_time` datetime(0) NOT NULL COMMENT '添加时间', `update_time` datetime(0) NULL DEFAULT NULL, @@ -7223,119 +6911,28 @@ CREATE TABLE `yx_user_bill` ( INDEX `add_time`(`create_time`) USING BTREE, INDEX `pm`(`pm`) USING BTREE, INDEX `type`(`category`, `type`, `link_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 114 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户账单表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 131 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户账单表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_user_bill -- ---------------------------- -INSERT INTO `yx_user_bill` VALUES (1, 11, '1', 0, '购买商品', 'now_money', 'pay_product', 119.80, 7381.31, '余额支付', '2020-06-25 18:54:35', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (7, 21, '', 1, '签到奖励', 'integral', 'sign', 10.00, 0.00, '', '2020-06-20 19:14:44', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (8, 21, '', 1, '签到奖励', 'integral', 'sign', 20.00, 10.00, '', '2020-06-21 11:20:20', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (9, 21, '0', 0, '购买商品', 'now_money', 'pay_product', 1.10, 9997.80, '余额支付1.10元购买商品', '2020-06-23 10:41:09', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (10, 11, '0', 0, '购买商品', 'now_money', 'pay_product', 1.10, 7259.31, '余额支付1.10元购买商品', '2020-06-23 10:50:45', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (11, 21, '0', 0, '购买商品', 'now_money', 'pay_product', 1.10, 9996.70, '余额支付1.10元购买商品', '2020-06-23 11:09:48', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (12, 21, '0', 0, '购买商品', 'now_money', 'pay_product', 116.00, 9880.70, '余额支付116.00元购买商品', '2020-06-23 14:48:27', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (13, 21, '0', 0, '购买商品', 'now_money', 'pay_product', 121.00, 9759.70, '余额支付121.00元购买商品', '2020-06-23 14:48:56', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (14, 21, '8', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 31.00, '购买商品赠送1.00积分', '2020-06-23 18:18:07', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (15, 21, '7', 1, '商品退款', 'now_money', 'pay_product_refund', 116.00, 9875.70, '订单退款到余额', '2020-06-24 14:30:00', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (16, 21, '2', 1, '佣金提现', 'now_money', 'extract', 11.00, 989.00, '使用微信提现11元', '2020-06-24 16:01:23', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (17, 21, '0', 0, '购买商品', 'now_money', 'pay_product', 121.00, 9754.70, '余额支付121.00元购买商品', '2020-06-24 18:34:48', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (18, 21, '', 1, '系统增加余额', 'now_money', 'system_add', 100.00, 9854.70, '系统增加了100.0余额', '2020-06-25 18:32:27', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (19, 21, '', 1, '系统增加余额', 'now_money', 'system_add', 1000.00, 10854.70, '系统增加了1000.0余额', '2020-06-25 18:33:04', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (20, 21, '0', 0, '系统减少余额', 'now_money', 'system_sub', 10.00, 10844.70, '系统扣除了10.0余额', '2020-06-25 18:33:17', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (21, 21, '2', 1, '提现失败', 'now_money', 'extract', 11.00, 1000.00, '提现失败,退回佣金11元', '2020-06-26 10:37:51', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (22, 21, '7', 1, '商品退款', 'now_money', 'pay_product_refund', 116.00, 10960.70, '订单退款到余额116.0元', '2020-06-26 11:44:56', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (23, 12, '0', 0, '购买商品', 'now_money', 'pay_product', 22.00, 8744.20, '余额支付22.00元购买商品', '2020-07-05 17:20:09', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (24, 12, '11', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 71.51, '购买商品赠送1.00积分', '2020-07-05 17:23:35', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (25, 11, '11', 1, '获得推广佣金', 'now_money', 'brokerage', 14.00, 41.86, '会敲代码的喵2成功消费22.00元,奖励推广佣金14.0', '2020-07-05 17:23:35', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (26, 21, '11', 1, '获得推广佣金', 'now_money', 'brokerage', 6.00, 1006.00, '二级推广人会敲代码的喵2成功消费22.00元,奖励推广佣金6.0', '2020-07-05 17:23:35', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (27, 12, '0', 0, '购买商品', 'now_money', 'pay_product', 22.00, 8722.20, '余额支付22.00元购买商品', '2020-07-05 17:28:01', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (28, 12, '12', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 72.51, '购买商品赠送1.00积分', '2020-07-05 17:28:36', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (29, 11, '12', 1, '获得推广佣金', 'now_money', 'brokerage', 14.00, 55.86, '会敲代码的喵2成功消费22.00元,奖励推广佣金14.0', '2020-07-05 17:28:36', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (30, 21, '12', 1, '获得推广佣金', 'now_money', 'brokerage', 6.00, 1012.00, '二级推广人会敲代码的喵2成功消费22.00元,奖励推广佣金6.0', '2020-07-05 17:28:36', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (31, 25, '', 1, '系统增加余额', 'now_money', 'system_add', 1000.00, 1000.00, '系统增加了1000.0余额', '2020-07-06 15:47:33', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (32, 25, '0', 0, '购买商品', 'now_money', 'pay_product', 11.00, 989.00, '余额支付11.00元购买商品', '2020-07-06 15:48:20', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (33, 25, '0', 0, '购买商品', 'now_money', 'pay_product', 11.00, 978.00, '余额支付11.00元购买商品', '2020-07-06 15:53:37', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (34, 12, '0', 0, '积分抵扣', 'integral', 'deduction', 72.51, 72.51, '购买商品使用72.51积分抵扣72.51元', '2020-07-07 16:51:27', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (35, 12, '0', 0, '购买商品', 'now_money', 'pay_product', 33.49, 8688.71, '余额支付33.49元购买商品', '2020-07-07 16:51:27', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (36, 11, '0', 0, '购买商品', 'now_money', 'pay_product', 20.80, 7238.51, '余额支付20.80元购买商品', '2020-07-08 15:32:41', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (37, 11, '19', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 991.06, '购买商品赠送1.00积分', '2020-07-08 15:33:22', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (38, 11, '0', 0, '购买商品', 'now_money', 'pay_product', 20.80, 7217.71, '余额支付20.80元购买商品', '2020-07-08 15:36:55', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (39, 11, '20', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 992.06, '购买商品赠送1.00积分', '2020-07-08 15:38:15', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (40, 11, '0', 0, '购买商品', 'now_money', 'pay_product', 20.80, 7196.91, '余额支付20.80元购买商品', '2020-07-08 15:51:25', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (41, 11, '21', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 993.06, '购买商品赠送1.00积分', '2020-07-08 15:51:47', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (42, 11, '21', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 994.06, '购买商品赠送1.00积分', '2020-07-08 15:57:44', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (43, 11, '21', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 995.06, '购买商品赠送1.00积分', '2020-07-08 15:58:16', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (44, 11, '21', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 996.06, '购买商品赠送1.00积分', '2020-07-08 16:01:30', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (45, 11, '21', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 997.06, '购买商品赠送1.00积分', '2020-07-08 16:05:46', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (46, 11, '21', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 998.06, '购买商品赠送1.00积分', '2020-07-08 16:08:17', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (47, 11, '21', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 999.06, '购买商品赠送1.00积分', '2020-07-08 16:09:22', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (48, 21, '21', 1, '获得推广佣金', 'now_money', 'brokerage', 15.86, 1027.86, '会敲代码的喵88成功消费20.80元,奖励推广佣金15.86', '2020-07-08 16:09:22', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (49, 11, '0', 0, '购买商品', 'now_money', 'pay_product', 9.90, 7187.01, '余额支付9.90元购买商品', '2020-09-03 10:04:14', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (50, 11, '22', 1, '购买商品赠送积分', 'integral', 'gain', 1.00, 1000.06, '购买商品赠送1.00积分', '2020-09-03 10:04:36', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (51, 21, '22', 1, '获得推广佣金', 'now_money', 'brokerage', 7.93, 1035.79, '会敲代码的喵88成功消费9.90元,奖励推广佣金7.93', '2020-09-03 10:04:36', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (52, 30, '', 1, '签到奖励', 'integral', 'sign', 10.00, 0.00, '', '2020-09-03 14:12:11', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (53, 28, '', 1, '签到奖励', 'integral', 'sign', 10.00, 0.00, '', '2020-09-04 18:26:37', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (54, 29, '', 1, '系统增加余额', 'now_money', 'system_add', 100000.00, 100000.00, '系统增加了100000.0余额', '2020-09-05 20:55:03', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (55, 26, '', 1, '系统增加余额', 'now_money', 'system_add', 100000.00, 100000.00, '系统增加了100000.0余额', '2020-09-05 20:55:10', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (56, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 12.00, 99988.00, '余额支付12.00元购买商品', '2020-09-05 20:55:13', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (57, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 10.00, 99978.00, '余额支付10.00元购买商品', '2020-09-05 20:55:40', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (58, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 10.00, 99968.00, '余额支付10.00元购买商品', '2020-09-05 20:55:50', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (59, 28, '', 1, '签到奖励', 'integral', 'sign', 20.00, 10.00, '', '2020-09-05 23:44:29', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (60, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 10.00, 99958.00, '余额支付10.00元购买商品', '2020-09-06 09:46:38', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (61, 28, '', 1, '签到奖励', 'integral', 'sign', 30.00, 30.00, '', '2020-09-06 11:44:21', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (62, 28, '', 1, '系统增加余额', 'now_money', 'system_add', 9999.00, 9999.00, '系统增加了9999.0余额', '2020-09-07 13:45:19', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (63, 28, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 9997.00, '余额支付2.00元购买商品', '2020-09-07 13:47:32', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (64, 28, '0', 0, '购买商品', 'now_money', 'pay_product', 10.00, 9987.00, '余额支付10.00元购买商品', '2020-09-07 13:53:26', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (65, 28, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 9985.00, '余额支付2.00元购买商品', '2020-09-07 13:55:24', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (66, 28, '7', 1, '商品退款', 'now_money', 'pay_product_refund', 2.00, 9987.00, '订单退款到余额2元', '2020-09-07 13:58:12', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (67, 29, '', 1, '签到奖励', 'integral', 'sign', 10.00, 100000.00, '', '2020-09-08 07:53:15', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (68, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99956.00, '余额支付2.00元购买商品', '2020-09-08 10:35:54', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (69, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99954.00, '余额支付2.00元购买商品', '2020-09-08 10:36:29', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (70, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99952.00, '余额支付2.00元购买商品', '2020-09-08 10:36:38', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (71, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 10.00, 99942.00, '余额支付10.00元购买商品', '2020-09-08 10:37:31', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (72, 27, '', 1, '系统增加余额', 'now_money', 'system_add', 10000.00, 10000.00, '系统增加了10000.0余额', '2020-09-08 15:10:54', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (73, 27, '0', 0, '购买商品', 'now_money', 'pay_product', 10.00, 9990.00, '余额支付10.00元购买商品', '2020-09-08 15:16:57', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (74, 27, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 9988.00, '余额支付2.00元购买商品', '2020-09-08 15:17:31', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (75, 27, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 9986.00, '余额支付2.00元购买商品', '2020-09-08 15:18:09', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (76, 27, '0', 0, '购买商品', 'now_money', 'pay_product', 10.00, 9976.00, '余额支付10.00元购买商品', '2020-09-08 15:21:30', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (77, 27, '', 1, '签到奖励', 'integral', 'sign', 10.00, 0.00, '', '2020-09-08 16:01:25', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (78, 28, '', 1, '签到奖励', 'integral', 'sign', 10.00, 60.00, '', '2020-09-08 17:31:57', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (79, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99940.00, '余额支付2.00元购买商品', '2020-09-08 19:38:39', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (80, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99938.00, '余额支付2.00元购买商品', '2020-09-08 19:43:45', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (81, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99936.00, '余额支付2.00元购买商品', '2020-09-08 21:20:41', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (82, 29, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99934.00, '余额支付2.00元购买商品', '2020-09-08 21:27:54', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (83, 28, '0', 0, '购买商品', 'now_money', 'pay_product', 1.00, 9986.00, '余额支付1.00元购买商品', '2020-09-08 22:49:40', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (84, 33, '', 1, '系统增加余额', 'now_money', 'system_add', 99999.00, 99999.00, '系统增加了99999.0余额', '2020-09-09 10:42:21', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (85, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99997.00, '余额支付2.00元购买商品', '2020-09-09 10:44:18', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (86, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99995.00, '余额支付2.00元购买商品', '2020-09-09 10:45:11', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (87, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99993.00, '余额支付2.00元购买商品', '2020-09-09 11:02:38', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (88, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 29.00, 99964.00, '余额支付29.00元购买商品', '2020-09-09 14:56:15', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (89, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 33.00, 99931.00, '余额支付33.00元购买商品', '2020-09-09 14:58:16', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (90, 33, '', 1, '签到奖励', 'integral', 'sign', 10.00, 0.00, '', '2020-09-10 07:23:28', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (91, 26, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99998.00, '余额支付2.00元购买商品', '2020-09-10 15:01:01', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (92, 26, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99996.00, '余额支付2.00元购买商品', '2020-09-10 15:05:07', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (93, 26, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99994.00, '余额支付2.00元购买商品', '2020-09-10 15:06:05', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (94, 26, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99992.00, '余额支付2.00元购买商品', '2020-09-10 15:34:00', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (95, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99929.00, '余额支付2.00元购买商品', '2020-09-10 17:12:48', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (96, 27, '0', 0, '购买商品', 'now_money', 'pay_product', 1.00, 9975.00, '余额支付1.00元购买商品', '2020-09-10 18:26:46', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (97, 27, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 9973.00, '余额支付2.00元购买商品', '2020-09-10 18:27:04', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (98, 27, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 9971.00, '余额支付2.00元购买商品', '2020-09-10 18:40:18', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (99, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 1.00, 99928.00, '余额支付1.00元购买商品', '2020-09-10 18:57:40', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (100, 28, '', 1, '签到奖励', 'integral', 'sign', 10.00, 70.00, '', '2020-09-10 21:12:49', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (101, 28, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 9984.00, '余额支付2.00元购买商品', '2020-09-10 23:02:57', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (102, 33, '22', 1, '用户余额充值', 'now_money', 'recharge', 1.00, 99929.00, '成功充值余额1.00', '2020-09-11 11:33:42', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (103, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 1.00, 99928.00, '余额支付1.00元购买商品', '2020-09-11 14:18:22', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (104, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99926.00, '余额支付2.00元购买商品', '2020-09-11 14:24:52', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (105, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99924.00, '余额支付2.00元购买商品', '2020-09-11 14:25:16', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (106, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99922.00, '余额支付2.00元购买商品', '2020-09-11 14:38:06', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (107, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99920.00, '余额支付2.00元购买商品', '2020-09-11 14:43:41', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (108, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99918.00, '余额支付2.00元购买商品', '2020-09-11 14:45:57', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (109, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99916.00, '余额支付2.00元购买商品', '2020-09-11 14:48:48', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (110, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99914.00, '余额支付2.00元购买商品', '2020-09-11 15:07:05', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (111, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99912.00, '余额支付2.00元购买商品', '2020-09-11 15:08:39', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (112, 33, '0', 0, '购买商品', 'now_money', 'pay_product', 2.00, 99910.00, '余额支付2.00元购买商品', '2020-09-11 15:09:46', NULL, 1, 0); -INSERT INTO `yx_user_bill` VALUES (113, 25, '', 1, '系统增加余额', 'now_money', 'system_add', 10000.00, 10978.00, '系统增加了10000.0余额', '2020-09-11 16:05:02', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (114, 40, '', 1, '系统增加余额', 'now_money', 'system_add', 6666.00, 6666.00, '系统增加了6666.0余额', '2020-09-12 14:55:27', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (115, 40, '0', 0, '购买商品', 'now_money', 'pay_product', 11.00, 6655.00, '余额支付11.00元购买商品', '2020-09-12 14:57:02', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (116, 40, '63', 1, '商品退款', 'now_money', 'pay_product_refund', 11.00, 6666.00, '订单退款到余额11元', '2020-09-12 14:57:57', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (117, 43, '', 1, '系统增加余额', 'now_money', 'system_add', 1000.00, 1000.00, '系统增加了1000.0余额', '2020-09-12 17:06:35', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (118, 43, '0', 0, '购买商品', 'now_money', 'pay_product', 100.00, 900.00, '余额支付100.00元购买商品', '2020-09-12 17:06:43', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (119, 43, '0', 0, '购买商品', 'now_money', 'pay_product', 100.00, 800.00, '余额支付100.00元购买商品', '2020-09-12 17:07:00', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (120, 43, '0', 0, '购买商品', 'now_money', 'pay_product', 100.00, 700.00, '余额支付100.00元购买商品', '2020-09-12 17:08:07', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (121, 43, '0', 0, '购买商品', 'now_money', 'pay_product', 5.00, 695.00, '余额支付5.00元购买商品', '2020-09-12 17:27:24', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (122, 43, '66', 1, '购买商品赠送积分', 'integral', 'gain', 10.00, 10.00, '购买商品赠送10.00积分', '2020-09-12 17:41:36', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (123, 43, '', 1, '签到奖励', 'integral', 'sign', 10.00, 10.00, '', '2020-09-12 17:41:55', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (124, 43, '0', 0, '积分抵扣', 'integral', 'deduction', 9.00, 20.00, '购买商品使用9.0积分抵扣9.0元', '2020-09-12 17:48:14', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (125, 43, '0', 0, '购买商品', 'now_money', 'pay_product', 0.00, 695.00, '余额支付0.00元购买商品', '2020-09-12 17:48:14', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (126, 43, '68', 1, '商品退款', 'now_money', 'pay_product_refund', 0.00, 695.00, '订单退款到余额0元', '2020-09-12 17:53:02', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (127, 43, '0', 0, '购买商品', 'now_money', 'pay_product', 8.00, 687.00, '余额支付8.00元购买商品', '2020-09-12 18:11:05', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (128, 43, '0', 0, '购买商品', 'now_money', 'pay_product', 1.00, 686.00, '余额支付1.00元购买商品', '2020-09-12 18:18:37', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (129, 44, '25', 1, '用户余额充值', 'now_money', 'recharge', 1.00, 1.00, '成功充值余额1.00', '2020-09-12 18:34:38', NULL, 1, 0); +INSERT INTO `yx_user_bill` VALUES (130, 44, '26', 1, '用户余额充值', 'now_money', 'recharge', 1.00, 1002.00, '成功充值余额1.00', '2020-09-12 19:51:35', NULL, 1, 0); -- ---------------------------- -- Table structure for yx_user_enter @@ -7384,9 +6981,9 @@ CREATE TABLE `yx_user_extract` ( `bank_code` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '0' COMMENT '银行卡', `bank_address` varchar(256) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '' COMMENT '开户地址', `alipay_code` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '' COMMENT '支付宝账号', - `extract_price` decimal(8, 2) UNSIGNED NULL COMMENT '提现金额', + `extract_price` decimal(8, 2) UNSIGNED NULL DEFAULT 0.00 COMMENT '提现金额', `mark` varchar(512) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, - `balance` decimal(8, 2) UNSIGNED NULL, + `balance` decimal(8, 2) UNSIGNED NULL DEFAULT 0.00, `fail_msg` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '无效原因', `fail_time` datetime(0) NULL DEFAULT NULL, `create_time` datetime(0) NULL DEFAULT NULL COMMENT '添加时间', @@ -7405,8 +7002,6 @@ CREATE TABLE `yx_user_extract` ( -- ---------------------------- -- Records of yx_user_extract -- ---------------------------- -INSERT INTO `yx_user_extract` VALUES (1, 11, '会敲代码的喵', 'weixin', '0', '', '', 1.00, NULL, 5.00, '失败了', '2020-06-25 18:54:35', '2020-06-25 18:54:35', NULL, -1, 'hu', 0); -INSERT INTO `yx_user_extract` VALUES (2, 21, '15136175234', 'weixin', '0', '', '', 11.00, NULL, 989.00, '777777777', '2020-06-26 10:37:51', '2020-06-24 16:01:23', '2020-06-26 10:37:51', -1, '2222', 0); -- ---------------------------- -- Table structure for yx_user_group @@ -7448,12 +7043,6 @@ CREATE TABLE `yx_user_level` ( -- ---------------------------- -- Records of yx_user_level -- ---------------------------- -INSERT INTO `yx_user_level` VALUES (4, 11, 1, 1, 0, 1, 0, 1, '恭喜你成为了普通会员', 0, 0, '2020-06-25 18:54:35', NULL, 99); -INSERT INTO `yx_user_level` VALUES (5, 21, 1, 1, 0, 1, 0, 1, '恭喜你成为了普通会员', 0, 0, '2020-06-24 18:35:01', NULL, 99); -INSERT INTO `yx_user_level` VALUES (6, 21, 1, 1, 0, 1, 0, 1, '恭喜你成为了普通会员', 0, 0, '2020-06-24 18:35:47', NULL, 99); -INSERT INTO `yx_user_level` VALUES (7, 21, 1, 1, 0, 1, 0, 1, '恭喜你成为了普通会员', 0, 0, '2020-06-24 18:35:58', NULL, 99); -INSERT INTO `yx_user_level` VALUES (8, 21, 1, 1, 0, 1, 0, 1, '恭喜你成为了普通会员', 0, 0, '2020-06-24 18:43:31', NULL, 99); -INSERT INTO `yx_user_level` VALUES (9, 21, 1, 1, 0, 1, 0, 1, '恭喜你成为了普通会员', 0, 0, '2020-06-24 18:45:13', NULL, 99); -- ---------------------------- -- Table structure for yx_user_recharge @@ -7465,47 +7054,27 @@ CREATE TABLE `yx_user_recharge` ( `nickname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '', `order_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '订单号', `price` decimal(8, 2) NULL DEFAULT NULL COMMENT '充值金额', - `give_price` decimal(8, 2) NULL COMMENT '购买赠送金额', + `give_price` decimal(8, 2) NULL DEFAULT 0.00 COMMENT '购买赠送金额', `recharge_type` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '充值类型', `paid` tinyint(1) NULL DEFAULT NULL COMMENT '是否充值', `pay_time` datetime(0) NULL DEFAULT NULL COMMENT '充值支付时间', `create_time` datetime(0) NULL DEFAULT NULL COMMENT '充值时间', `update_time` datetime(0) NULL DEFAULT NULL, - `refund_price` decimal(10, 2) NULL COMMENT '退款金额', + `refund_price` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '退款金额', `is_del` tinyint(4) NULL DEFAULT 0, PRIMARY KEY (`id`) USING BTREE, UNIQUE INDEX `order_id`(`order_id`) USING BTREE, INDEX `uid`(`uid`) USING BTREE, INDEX `recharge_type`(`recharge_type`) USING BTREE, INDEX `paid`(`paid`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 24 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户充值表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 27 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户充值表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_user_recharge -- ---------------------------- -INSERT INTO `yx_user_recharge` VALUES (1, 11, 'hupeng', '1234428298159718400', 200.00, 0.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (2, 11, '会敲代码的喵88', '1235853569362493440', 110.00, 0.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (3, 11, '会敲代码的喵88', '1235874304738983936', 111.00, 0.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (4, 11, '会敲代码的喵88', '1235874561447165952', 111.00, 0.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (5, 11, '会敲代码的喵88', '1235874725738053632', 111.00, 0.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (6, 11, '会敲代码的喵88', '1235875114126409728', 1111.00, 0.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (7, 11, '会敲代码的喵88', '1235876251080589312', 1111.00, 0.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (8, 11, '会敲代码的喵88', '1242024244678754304', 100.00, 10.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (9, 11, '会敲代码的喵88', '1242024501730869248', 111.00, 111.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (10, 11, '会敲代码的喵88', '1242025322262560768', 222.00, 0.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (11, 11, '会敲代码的喵88', '1246020207407792128', 1.00, 1.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (12, 11, '会敲代码的喵88', '1246379540565983232', 10.00, 100.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (13, 11, '会敲代码的喵88', '1246379584941719552', 1.00, 1.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (14, 11, '会敲代码的喵88', '1246383201052524544', 10.00, 100.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (15, 11, '会敲代码的喵88', '1246383225413042176', 10.00, 100.00, 'weixin', 0, NULL, '2020-06-25 18:54:35', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (16, 21, '15136175234', '1275713928260747264', 100.00, 10.00, 'weixin', 0, NULL, '2020-06-24 16:54:37', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (17, 25, '会敲代码的喵', '1280045779569868800', 100.00, 10.00, 'weixin', 0, NULL, '2020-07-06 15:47:51', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (18, 27, '会敲代码的喵', '1304012090276577280', 100.00, 10.00, 'weixin', 0, NULL, '2020-09-10 19:01:24', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (19, 27, '会敲代码的喵', '1304012105707421696', 100.00, 10.00, 'weixin', 0, NULL, '2020-09-10 19:01:28', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (20, 27, '会敲代码的喵', '1304012119011753984', 100.00, 10.00, 'weixin', 0, NULL, '2020-09-10 19:01:31', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (21, 33, '阳光正好😃', '1304261723657601024', 1.00, 1.00, 'weixin', 0, NULL, '2020-09-11 11:33:22', NULL, 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (22, 33, '阳光正好😃', '1304261786937065472', 1.00, 1.00, 'weixin', 1, '2020-09-11 11:33:42', '2020-09-11 11:33:37', '2020-09-11 11:33:42', 0.00, 0); -INSERT INTO `yx_user_recharge` VALUES (23, 25, '会敲代码的喵', '1304332242553667584', 100.00, 10.00, 'weixin', 0, NULL, '2020-09-11 16:13:35', NULL, 0.00, 0); +INSERT INTO `yx_user_recharge` VALUES (24, 40, '陶子', '1304675729883004928', 1.00, 1.00, 'weixin', 0, NULL, '2020-09-12 14:58:28', NULL, 0.00, 0); +INSERT INTO `yx_user_recharge` VALUES (25, 44, '会敲代码的喵', '1304730095801335808', 1.00, 1000.00, 'weixin', 1, '2020-09-12 18:34:38', '2020-09-12 18:34:30', '2020-09-12 18:34:38', 0.00, 0); +INSERT INTO `yx_user_recharge` VALUES (26, 44, '会敲代码的喵', '1304749465818628096', 1.00, 1000.00, 'weixin', 1, '2020-09-12 19:51:35', '2020-09-12 19:51:28', '2020-09-12 19:51:35', 0.00, 0); -- ---------------------------- -- Table structure for yx_user_sign @@ -7522,22 +7091,12 @@ CREATE TABLE `yx_user_sign` ( `is_del` tinyint(1) NULL DEFAULT 0, PRIMARY KEY (`int`) USING BTREE, INDEX `uid`(`uid`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 17 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '签到记录表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 18 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '签到记录表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of yx_user_sign -- ---------------------------- -INSERT INTO `yx_user_sign` VALUES (6, 21, '签到奖励', 10, 0, '2020-06-20 19:14:44', NULL, 0); -INSERT INTO `yx_user_sign` VALUES (7, 21, '签到奖励', 20, 10, '2020-06-21 11:20:20', NULL, 0); -INSERT INTO `yx_user_sign` VALUES (8, 30, '签到奖励', 10, 0, '2020-09-03 14:12:11', NULL, 0); -INSERT INTO `yx_user_sign` VALUES (9, 28, '签到奖励', 10, 0, '2020-09-04 18:26:36', NULL, 0); -INSERT INTO `yx_user_sign` VALUES (10, 28, '签到奖励', 20, 10, '2020-09-05 23:44:29', NULL, 0); -INSERT INTO `yx_user_sign` VALUES (11, 28, '签到奖励', 30, 30, '2020-09-06 11:44:21', NULL, 0); -INSERT INTO `yx_user_sign` VALUES (12, 29, '签到奖励', 10, 100000, '2020-09-08 07:53:15', NULL, 0); -INSERT INTO `yx_user_sign` VALUES (13, 27, '签到奖励', 10, 0, '2020-09-08 16:01:25', NULL, 0); -INSERT INTO `yx_user_sign` VALUES (14, 28, '签到奖励', 10, 60, '2020-09-08 17:31:57', NULL, 0); -INSERT INTO `yx_user_sign` VALUES (15, 33, '签到奖励', 10, 0, '2020-09-10 07:23:28', NULL, 0); -INSERT INTO `yx_user_sign` VALUES (16, 28, '签到奖励', 10, 70, '2020-09-10 21:12:49', NULL, 0); +INSERT INTO `yx_user_sign` VALUES (17, 43, '签到奖励', 10, 10, '2020-09-12 17:41:55', NULL, 0); -- ---------------------------- -- Table structure for yx_user_task_finish @@ -7558,14 +7117,6 @@ CREATE TABLE `yx_user_task_finish` ( -- ---------------------------- -- Records of yx_user_task_finish -- ---------------------------- -INSERT INTO `yx_user_task_finish` VALUES (1, 2, 11, 0, '2020-06-25 18:54:35', NULL, 0); -INSERT INTO `yx_user_task_finish` VALUES (2, 17, 11, 0, '2020-06-25 18:54:35', NULL, 0); -INSERT INTO `yx_user_task_finish` VALUES (3, 1, 21, 0, '2020-06-25 18:54:35', NULL, 0); -INSERT INTO `yx_user_task_finish` VALUES (4, 16, 21, 0, '2020-06-25 18:54:35', NULL, 0); -INSERT INTO `yx_user_task_finish` VALUES (5, 2, 21, 0, '2020-06-24 18:34:54', NULL, 0); -INSERT INTO `yx_user_task_finish` VALUES (6, 17, 21, 0, '2020-06-24 18:35:45', NULL, 0); -INSERT INTO `yx_user_task_finish` VALUES (7, 1, 28, 0, '2020-09-08 17:31:02', NULL, 0); -INSERT INTO `yx_user_task_finish` VALUES (8, 16, 28, 0, '2020-09-08 17:31:02', NULL, 0); -- ---------------------------- -- Table structure for yx_wechat_live @@ -7599,9 +7150,9 @@ CREATE TABLE `yx_wechat_live` ( -- ---------------------------- INSERT INTO `yx_wechat_live` VALUES (20, '专业打印', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807584910.jpg', 107, 1599656400, 1599703200, '阳光正好', 'simpleton_boy', 'https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png', 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL); INSERT INTO `yx_wechat_live` VALUES (21, '广告板定制', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807568739.jpg', 103, 1599730609, 1599730645, 'yshop', 'simpleton_boy', 'https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png', 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL); -INSERT INTO `yx_wechat_live` VALUES (22, '户外写真背胶', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', 102, 1599832800, 1599904800, 'yshop', 'simpleton_boy', 'https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png', 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL); -INSERT INTO `yx_wechat_live` VALUES (23, '彩色复印-量大有优惠', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', 102, 1599865200, 1599926400, 'yshop', 'zimengzhiqiu', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL); -INSERT INTO `yx_wechat_live` VALUES (26, 'X型展架', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', 102, 1599872400, 1599926400, 'yshop', 'zimengzhiqiu', 'https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png', 0, 0, 0, 0, 0, '7', NULL, NULL, NULL); +INSERT INTO `yx_wechat_live` VALUES (22, '户外写真背胶', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807625149.jpg', 107, 1599832800, 1599904800, 'yshop', 'simpleton_boy', 'https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png', 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL); +INSERT INTO `yx_wechat_live` VALUES (23, '彩色复印-量大有优惠', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', 102, 1599865200, 1599926400, 'yshop', 'zimengzhiqiu', 'https://consoleapi.xinxintuan.co/file/pic/20200903171807647067.jpg', 0, 0, 0, 0, 0, '9,8', NULL, NULL, NULL); +INSERT INTO `yx_wechat_live` VALUES (26, 'X型展架', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', 'https://image.dayouqiantu.cn/5ca081af6183f.jpg', 102, 1599872400, 1599926400, 'yshop', 'zimengzhiqiu', 'https://consoleapi.xinxintuan.co/file/pic/20200903171208889668.png', 0, 0, 0, 0, 0, '9,8,7', NULL, NULL, NULL); -- ---------------------------- -- Table structure for yx_wechat_live_goods @@ -7627,7 +7178,7 @@ CREATE TABLE `yx_wechat_live_goods` ( -- ---------------------------- INSERT INTO `yx_wechat_live_goods` VALUES (7, 6, 'https://image.dayouqiantu.cn/news.png', 'pages/shop/GoodsCon/index.html?id=30', '3', '76', '11', '印刷各种印刷', '2', 447137937, 2); INSERT INTO `yx_wechat_live_goods` VALUES (8, 5, 'https://image.dayouqiantu.cn/pink.png', 'pages/shop/GoodsCon/index.html?id=30', '3', '30', '11', '广告版定制', '2', 447137941, 2); -INSERT INTO `yx_wechat_live_goods` VALUES (9, 4, 'https://image.dayouqiantu.cn/news.png', 'pages/shop/GoodsCon/index.html?id=30', '3', '23', '1', '户外写真背胶', '2', 447137947, 1); +INSERT INTO `yx_wechat_live_goods` VALUES (9, 4, 'https://image.dayouqiantu.cn/news.png', 'pages/shop/GoodsCon/index.html?id=30', '3', '23', '1', '户外写真背胶', '2', 447137947, 2); -- ---------------------------- -- Table structure for yx_wechat_media