作者 李宇航

合并分支 'lyh-server' 到 'master'

gx数据



查看合并请求 !1447
... ... @@ -36,6 +36,7 @@ class MonthReportController extends BaseController
$this->map['month'] = ['>=',date('Y-m',strtotime($this->user['uptime']))];
}
$month = $monthCountModel->formatQuery($this->map)->pluck('month')->unique()->toArray();
$month = sort($month);
$this->response('success',Code::SUCCESS,$month);
}
... ...
... ... @@ -23,4 +23,26 @@ class LinkDataController extends BaseController
public function lists(){
}
/**
* @remark :批量添加
* @name :batchSave
* @author :lyh
* @method :post
* @time :2025/3/14 16:45
*/
public function batchSave(){
}
/**
* @remark :删除
* @name :del
* @author :lyh
* @method :post
* @time :2025/3/14 16:45
*/
public function del(){
}
}
... ...