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