作者 lyh

gx

@@ -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)){