Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
4b031755
Commit
4b031755
authored
Aug 03, 2023
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
361d7a50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ProjectResourceMapper.xml
...p-api/src/main/resources/mapper/ProjectResourceMapper.xml
+3
-0
No files found.
amos-boot-system-ugp/amos-boot-module-ugp-api/src/main/resources/mapper/ProjectResourceMapper.xml
View file @
4b031755
...
@@ -114,6 +114,8 @@
...
@@ -114,6 +114,8 @@
<select
id=
"getProjectPage"
resultType=
"com.yeejoin.amos.boot.module.ugp.api.entity.Project"
>
<select
id=
"getProjectPage"
resultType=
"com.yeejoin.amos.boot.module.ugp.api.entity.Project"
>
SELECT * FROM tz_ugp_project
SELECT * FROM tz_ugp_project
<where>
<where>
is_delete = 0
and status
<![CDATA[<>]]>
'流程结束!'
<if
test=
"roleName == '建设单位'"
>
<if
test=
"roleName == '建设单位'"
>
and construction_unit_id = #{companyId}
and construction_unit_id = #{companyId}
</if>
</if>
...
@@ -132,6 +134,7 @@
...
@@ -132,6 +134,7 @@
</if>
</if>
</if>
</if>
</where>
</where>
order by submit_date desc
</select>
</select>
<select
id=
"getProjectMaterial"
resultType=
"com.yeejoin.amos.boot.module.ugp.api.dto.ProjectResourceDto"
>
<select
id=
"getProjectMaterial"
resultType=
"com.yeejoin.amos.boot.module.ugp.api.dto.ProjectResourceDto"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment