|
...
|
...
|
@@ -28,7 +28,7 @@ class MonthCountLogic extends BaseLogic |
|
|
|
* @method :post
|
|
|
|
* @time :2023/7/3 9:39
|
|
|
|
*/
|
|
|
|
public function getCountLists($map,$order = 'month',$filed = ['*']){
|
|
|
|
public function getCountLists($map,$order = 'created_at',$filed = ['*']){
|
|
|
|
$map['project_id'] = $this->user['project_id'];
|
|
|
|
$lists = $this->model->list($map,$order,$filed);
|
|
|
|
if(isset($this->project['is_record_china_visit']) && ($this->project['is_record_china_visit'] == 0)){
|
...
|
...
|
|