quanwei
2025-11-27 4711bb8fb2fb16c4eb1cdf6c0314069d85e77a67
admin/app/api/controller/plus/business/Saving.php
@@ -14,6 +14,8 @@
    {
        $model = new SavingModel();
        $params=$this->request->param();
        $user=$this->getUser();
        $params['affiliation_id']=$user['user_id'];
        return $this->renderSuccess('',$model->lists($params));
    }