作者 lyh

gx

@@ -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();