应公司要求 要根据用户选择的日期来 拿到数据库的数据
这是数据库的某些数据图
,
用的mysql,后台用TP
现在主要配合接口来 实现取时间范围的效果。
这是我写的接口(待完善)
public function gold_change_data_log($page,$row,$by,$order,$token,$time,$endtime){ if(!$this->auth($token)) return; $day_gold=new GoldChangeModel(); $count=0; $time=""; $endtime=""; $day_gold_list=null; if(Request::instance()->has('time')) $time=Request::instance()->param('time'); if(Request::instance()->has('endtime')) $endtime=Request::instance()->param('endtime'); if($time=="" && $endtime==""){