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
41f6442e
Commit
41f6442e
authored
Dec 12, 2022
by
zhangyingbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改ugp智能监检
parent
8c814508
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
InstallationQualityMapper.xml
...i/src/main/resources/mapper/InstallationQualityMapper.xml
+9
-9
No files found.
amos-boot-system-ugp/amos-boot-module-ugp-api/src/main/resources/mapper/InstallationQualityMapper.xml
View file @
41f6442e
...
@@ -9,15 +9,14 @@
...
@@ -9,15 +9,14 @@
<association
property=
"project"
javaType=
"com.yeejoin.amos.boot.module.ugp.api.entity.Project"
>
<association
property=
"project"
javaType=
"com.yeejoin.amos.boot.module.ugp.api.entity.Project"
>
<!--@Table tz_ugp_project-->
<!--@Table tz_ugp_project-->
<result
property=
"name"
column=
"name"
jdbcType=
"VARCHAR"
/>
<result
property=
"name"
column=
"name"
jdbcType=
"VARCHAR"
/>
<result
property=
"progressStatus"
column=
"progress_status"
jdbcType=
"VARCHAR"
/>
<result
property=
"progressStatus"
column=
"progress_status"
jdbcType=
"VARCHAR"
/>
<result
property=
"address"
column=
"address"
jdbcType=
"VARCHAR"
/>
<result
property=
"address"
column=
"address"
jdbcType=
"VARCHAR"
/>
<result
property=
"startDate"
column=
"start_date"
jdbcType=
"OTHER"
/>
<result
property=
"startDate"
column=
"start_date"
jdbcType=
"OTHER"
/>
<result
property=
"constructionUnit"
column=
"construction_unit"
jdbcType=
"VARCHAR"
/>
<result
property=
"constructionUnit"
column=
"construction_unit"
jdbcType=
"VARCHAR"
/>
<result
property=
"chargePerson"
column=
"charge_person"
jdbcType=
"VARCHAR"
/>
<result
property=
"chargePerson"
column=
"charge_person"
jdbcType=
"VARCHAR"
/>
<result
property=
"submitDate"
column=
"submit_date"
jdbcType=
"OTHER"
/>
<result
property=
"submitDate"
column=
"submit_date"
jdbcType=
"OTHER"
/>
</association>
</association>
</resultMap>
</resultMap>
...
@@ -27,6 +26,7 @@
...
@@ -27,6 +26,7 @@
<select
id=
"findss"
resultMap=
"result"
>
<select
id=
"findss"
resultMap=
"result"
>
SELECT
SELECT
pt.sequence_nbr AS project_id,
pt.NAME,
pt.NAME,
pt.install_region AS address,
pt.install_region AS address,
pt.progress_status,
pt.progress_status,
...
...
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