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
aabf4cb5
Commit
aabf4cb5
authored
Oct 26, 2022
by
dqq
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
ca13858b
e790e519
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
OrgEnum.java
...va/com/yeejoin/amos/boot/module/ugp/api/Enum/OrgEnum.java
+1
-1
WorkHistoryMapper.xml
...e-ugp-api/src/main/resources/mapper/WorkHistoryMapper.xml
+3
-0
No files found.
amos-boot-system-ugp/amos-boot-module-ugp-api/src/main/java/com/yeejoin/amos/boot/module/ugp/api/Enum/OrgEnum.java
View file @
aabf4cb5
...
@@ -18,7 +18,7 @@ public enum OrgEnum {
...
@@ -18,7 +18,7 @@ public enum OrgEnum {
建设单位
(
"CONSTRUCTION"
,
"249"
,
"建设单位"
,
1
),
建设单位
(
"CONSTRUCTION"
,
"249"
,
"建设单位"
,
1
),
安装单位
(
"INSTALL"
,
"250"
,
"安装单位"
,
1
),
安装单位
(
"INSTALL"
,
"250"
,
"安装单位"
,
1
),
设计单位
(
"DESIGN"
,
"251"
,
"设计单位"
,
1
),
设计单位
(
"DESIGN"
,
"251"
,
"设计单位"
,
1
),
监察
单位
(
"SUPERVISION"
,
"252"
,
"监察单位
"
,
1
),
监察
部门
(
"SUPERVISION"
,
"252"
,
"监察部门
"
,
1
),
监检机构
(
"MONITORING"
,
"253"
,
"监检机构"
,
1
);
监检机构
(
"MONITORING"
,
"253"
,
"监检机构"
,
1
);
private
String
key
;
private
String
key
;
...
...
amos-boot-system-ugp/amos-boot-module-ugp-api/src/main/resources/mapper/WorkHistoryMapper.xml
View file @
aabf4cb5
...
@@ -23,6 +23,9 @@
...
@@ -23,6 +23,9 @@
<if
test=
"tzUgpWorkHistory.endDate!='' and tzUgpWorkHistory.endDate!=null"
>
<if
test=
"tzUgpWorkHistory.endDate!='' and tzUgpWorkHistory.endDate!=null"
>
and wh.end_date like concat("%",#{tzUgpWorkHistory.endDate},"%")
and wh.end_date like concat("%",#{tzUgpWorkHistory.endDate},"%")
</if>
</if>
<if
test=
"tzUgpWorkHistory.sequenceNbr!='' and tzUgpWorkHistory.sequenceNbr!=null"
>
and wh.sequence_nbr = #{tzUgpWorkHistory.sequenceNbr}
</if>
</where>
</where>
</select>
</select>
</mapper>
</mapper>
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