数据库字典

ims_yz_order_statistics

订单统计表

字段 类型 默认 注释
id int
uniacid int
total_quantity int 商城总订单数
total_amount int 商城总订单金额
total_pay_quantity int 商城已支付订单数
total_pay_amount int 商城已支付订单金额
total_complete_quantity int 商城已完成订单数
total_complete_amount int 商城已完成订单金额
created_at int(11) null 创建时间
updated_at int(11) null 修改时间

备注:无