From 4a60a2b390561b948b9243454b360ac9fc68982a Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Tue, 27 Feb 2024 09:20:22 +0800 Subject: [PATCH] update --- .../ProjectChangeVisaContentLists.php | 152 +++++++++--------- .../ProjectChangeVisaLists.php | 152 +++++++++--------- .../ProjectSurveySignatureLists.php | 152 +++++++++--------- 3 files changed, 228 insertions(+), 228 deletions(-) diff --git a/app/adminapi/lists/project_process_management/ProjectChangeVisaContentLists.php b/app/adminapi/lists/project_process_management/ProjectChangeVisaContentLists.php index 72fd233c4..2ab03036f 100644 --- a/app/adminapi/lists/project_process_management/ProjectChangeVisaContentLists.php +++ b/app/adminapi/lists/project_process_management/ProjectChangeVisaContentLists.php @@ -1,77 +1,77 @@ - ['project_change_visa_dataid', 'directory', 'unit_name', 'time', 'major', 'category', 'review_content', 'review_comments', 'reviewer', 'reviewer_id', 'declared_value', 'calculated_value', 'remark'], - ]; - } - - - /** - * @notes 获取列表 - * @return array - * @throws \think\db\exception\DataNotFoundException - * @throws \think\db\exception\DbException - * @throws \think\db\exception\ModelNotFoundException - * @author likeadmin - * @date 2024/02/23 10:27 - */ - public function lists(): array - { - return ProjectChangeVisaContent::where($this->searchWhere) - ->field(['id', 'project_change_visa_dataid', 'directory', 'unit_name', 'time', 'major', 'category', 'review_content', 'review_comments', 'reviewer', 'reviewer_id', 'declared_value', 'calculated_value', 'remark']) - ->limit($this->limitOffset, $this->limitLength) - ->order(['id' => 'desc']) - ->select() - ->toArray(); - } - - - /** - * @notes 获取数量 - * @return int - * @author likeadmin - * @date 2024/02/23 10:27 - */ - public function count(): int - { - return ProjectChangeVisaContent::where($this->searchWhere)->count(); - } - + ['project_change_visa_dataid', 'directory', 'unit_name', 'time', 'major', 'category', 'review_content', 'review_comments', 'reviewer', 'reviewer_id', 'declared_value', 'calculated_value', 'remark'], + + ]; + } + + + /** + * @notes 获取列表 + * @return array + * @throws \think\db\exception\DataNotFoundException + * @throws \think\db\exception\DbException + * @throws \think\db\exception\ModelNotFoundException + * @author likeadmin + * @date 2024/02/23 10:27 + */ + public function lists(): array + { + return ProjectChangeVisaContent::where($this->searchWhere) + ->limit($this->limitOffset, $this->limitLength) + ->order(['id' => 'desc']) + ->select() + ->toArray(); + } + + + /** + * @notes 获取数量 + * @return int + * @author likeadmin + * @date 2024/02/23 10:27 + */ + public function count(): int + { + return ProjectChangeVisaContent::where($this->searchWhere)->count(); + } + } \ No newline at end of file diff --git a/app/adminapi/lists/project_process_management/ProjectChangeVisaLists.php b/app/adminapi/lists/project_process_management/ProjectChangeVisaLists.php index 8761b8e90..4e6cf946c 100644 --- a/app/adminapi/lists/project_process_management/ProjectChangeVisaLists.php +++ b/app/adminapi/lists/project_process_management/ProjectChangeVisaLists.php @@ -1,77 +1,77 @@ - ['num', 'project', 'project_num'], - ]; - } - - - /** - * @notes 获取列表 - * @return array - * @throws \think\db\exception\DataNotFoundException - * @throws \think\db\exception\DbException - * @throws \think\db\exception\ModelNotFoundException - * @author likeadmin - * @date 2024/02/23 09:58 - */ - public function lists(): array - { - return ProjectChangeVisa::where($this->searchWhere) - ->field(['id', 'dataid', 'num', 'project', 'project_num', 'djr', 'djrq']) - ->limit($this->limitOffset, $this->limitLength) - ->order(['id' => 'desc']) - ->select() - ->toArray(); - } - - - /** - * @notes 获取数量 - * @return int - * @author likeadmin - * @date 2024/02/23 09:58 - */ - public function count(): int - { - return ProjectChangeVisa::where($this->searchWhere)->count(); - } - + ['num', 'project', 'project_num'], + + ]; + } + + + /** + * @notes 获取列表 + * @return array + * @throws \think\db\exception\DataNotFoundException + * @throws \think\db\exception\DbException + * @throws \think\db\exception\ModelNotFoundException + * @author likeadmin + * @date 2024/02/23 09:58 + */ + public function lists(): array + { + return ProjectChangeVisa::where($this->searchWhere) + ->limit($this->limitOffset, $this->limitLength) + ->order(['id' => 'desc']) + ->select() + ->toArray(); + } + + + /** + * @notes 获取数量 + * @return int + * @author likeadmin + * @date 2024/02/23 09:58 + */ + public function count(): int + { + return ProjectChangeVisa::where($this->searchWhere)->count(); + } + } \ No newline at end of file diff --git a/app/adminapi/lists/project_process_management/ProjectSurveySignatureLists.php b/app/adminapi/lists/project_process_management/ProjectSurveySignatureLists.php index a5aeaa104..5dd6f09db 100644 --- a/app/adminapi/lists/project_process_management/ProjectSurveySignatureLists.php +++ b/app/adminapi/lists/project_process_management/ProjectSurveySignatureLists.php @@ -1,77 +1,77 @@ - ['num', 'project', 'project_num'], - ]; - } - - - /** - * @notes 获取列表 - * @return array - * @throws \think\db\exception\DataNotFoundException - * @throws \think\db\exception\DbException - * @throws \think\db\exception\ModelNotFoundException - * @author likeadmin - * @date 2024/02/23 11:06 - */ - public function lists(): array - { - return ProjectSurveySignature::where($this->searchWhere) - ->field(['id', 'dataid', 'num', 'project', 'project_num', 'wt_unit', 'jsdw', 'bmfz', 'xmfz', 'riqi', 'people', 'djr', 'apptime', 'content', 'result', 'remark']) - ->limit($this->limitOffset, $this->limitLength) - ->order(['id' => 'desc']) - ->select() - ->toArray(); - } - - - /** - * @notes 获取数量 - * @return int - * @author likeadmin - * @date 2024/02/23 11:06 - */ - public function count(): int - { - return ProjectSurveySignature::where($this->searchWhere)->count(); - } - + ['num', 'project', 'project_num'], + + ]; + } + + + /** + * @notes 获取列表 + * @return array + * @throws \think\db\exception\DataNotFoundException + * @throws \think\db\exception\DbException + * @throws \think\db\exception\ModelNotFoundException + * @author likeadmin + * @date 2024/02/23 11:06 + */ + public function lists(): array + { + return ProjectSurveySignature::where($this->searchWhere) + ->limit($this->limitOffset, $this->limitLength) + ->order(['id' => 'desc']) + ->select() + ->toArray(); + } + + + /** + * @notes 获取数量 + * @return int + * @author likeadmin + * @date 2024/02/23 11:06 + */ + public function count(): int + { + return ProjectSurveySignature::where($this->searchWhere)->count(); + } + } \ No newline at end of file