作者 lyh

gx

... ... @@ -26,6 +26,7 @@ class MonthCountLogic extends BaseLogic
* @time :2023/7/3 9:39
*/
public function getCountLists($map,$page,$row = 10,$order = 'created_at',$filed = ['*']){
$map['project_id'] = $this->user['project_id'];
$lists = $this->model->lists($map,$page,$row,$order,$filed);
if(!empty($lists)){
$lists['list']['new'] = $this->currentMonthCount();
... ...