得根据时间段 生成数据 查询本周每天检查的单数 从而生成报表
求高手解决 完全没有思路呀
create table hdw_order
(
orderid int auto_increment comment '主键id'
product_id int default '0' not null comment '商品id',
remark varchar(100) default '' not null comment '订单备注信息',
created_at int default '0' not null comment '创建时间',
updated_at int default '0' not null comment '更新时间'
)
慕雪6442864
交互式爱情
函数式编程