正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -28,7 +28,7 @@ class MonthCountLogic extends BaseLogic | @@ -28,7 +28,7 @@ class MonthCountLogic extends BaseLogic | ||
| 28 | * @method :post | 28 | * @method :post |
| 29 | * @time :2023/7/3 9:39 | 29 | * @time :2023/7/3 9:39 |
| 30 | */ | 30 | */ |
| 31 | - public function getCountLists($map,$order = 'month',$filed = ['*']){ | 31 | + public function getCountLists($map,$order = 'created_at',$filed = ['*']){ |
| 32 | $map['project_id'] = $this->user['project_id']; | 32 | $map['project_id'] = $this->user['project_id']; |
| 33 | $lists = $this->model->list($map,$order,$filed); | 33 | $lists = $this->model->list($map,$order,$filed); |
| 34 | if(isset($this->project['is_record_china_visit']) && ($this->project['is_record_china_visit'] == 0)){ | 34 | if(isset($this->project['is_record_china_visit']) && ($this->project['is_record_china_visit'] == 0)){ |
-
请 注册 或 登录 后发表评论