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
1803ef05
Commit
1803ef05
authored
Dec 13, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.压力管道新批量开发,使用登记开发提交
parent
a69f5f88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
JgUseRegistrationMapper.xml
...api/src/main/resources/mapper/JgUseRegistrationMapper.xml
+2
-2
JgUseRegistrationServiceImpl.java
...ule/jg/biz/service/impl/JgUseRegistrationServiceImpl.java
+9
-6
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgUseRegistrationMapper.xml
View file @
1803ef05
...
@@ -1018,8 +1018,8 @@
...
@@ -1018,8 +1018,8 @@
WHERE
WHERE
ri."EQU_CATEGORY" = '8300'
ri."EQU_CATEGORY" = '8300'
and ui."PROJECT_CONTRAPTION_ID" = #{projectContraptionSeq}
and ui."PROJECT_CONTRAPTION_ID" = #{projectContraptionSeq}
AND ui.IS_INTO_MANAGEMENT =
fals
e
AND ui.IS_INTO_MANAGEMENT =
tru
e
AND ri."USE_ORG_CODE"
<![CDATA[<>]]>
''
and (length(ri.USE_ORG_CODE) = 0 or ri.USE_ORG_CODE is null)
ORDER BY ui.REC_DATE DESC
ORDER BY ui.REC_DATE DESC
)
)
</select>
</select>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgUseRegistrationServiceImpl.java
View file @
1803ef05
...
@@ -3623,10 +3623,12 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
...
@@ -3623,10 +3623,12 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
}
}
public
Map
<
String
,
Object
>
getDeviceListByProjectContraption
(
String
projectContraptionSeq
)
{
public
Map
<
String
,
Object
>
getDeviceListByProjectContraption
(
String
projectContraptionSeq
)
{
IdxBizJgProjectContraption
projectContraption
=
jgProjectContraptionService
.
getById
(
projectContraptionSeq
);
Map
<
String
,
Object
>
re
=
new
HashMap
<>();
Map
<
String
,
Object
>
re
=
new
HashMap
<>();
List
<
Map
<
String
,
Object
>>
equList
=
this
.
getBaseMapper
().
selectPieLineListByOfCanReg
(
projectContraptionSeq
);
List
<
Map
<
String
,
Object
>>
equList
=
this
.
getBaseMapper
().
selectPieLineListByOfCanReg
(
projectContraptionSeq
);
re
.
put
(
"equipmentLists"
,
equList
);
re
.
put
(
"equipmentLists"
,
equList
);
re
.
put
(
"projectContraption"
,
"111111111"
);
re
.
put
(
"projectContraption"
,
projectContraption
.
getProjectContraption
());
re
.
put
(
"projectContraptionId"
,
projectContraptionSeq
);
this
.
setPieLineInspectInfo
(
projectContraptionSeq
,
re
);
this
.
setPieLineInspectInfo
(
projectContraptionSeq
,
re
);
this
.
setConstructionInfo
(
projectContraptionSeq
,
re
);
this
.
setConstructionInfo
(
projectContraptionSeq
,
re
);
return
re
;
return
re
;
...
@@ -3641,11 +3643,12 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
...
@@ -3641,11 +3643,12 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
re
.
put
(
"installLeaderPhone"
,
construction
.
getConstructionLeaderPhone
());
re
.
put
(
"installLeaderPhone"
,
construction
.
getConstructionLeaderPhone
());
re
.
put
(
"installStartDate"
,
construction
.
getUscDate
());
re
.
put
(
"installStartDate"
,
construction
.
getUscDate
());
re
.
put
(
"installPropertyUnitName"
,
construction
.
getConstructionLeaderName
());
re
.
put
(
"installPropertyUnitName"
,
construction
.
getConstructionLeaderName
());
re
.
put
(
"installProxyStatementAttachment"
,
JSON
.
parse
Object
(
construction
.
getProxyStatementAttachment
()));
re
.
put
(
"installProxyStatementAttachment"
,
JSON
.
parse
(
construction
.
getProxyStatementAttachment
()));
re
.
put
(
"installContractAttachment"
,
JSON
.
parse
Object
(
construction
.
getConstructionContractAttachment
()));
re
.
put
(
"installContractAttachment"
,
JSON
.
parse
(
construction
.
getConstructionContractAttachment
()));
re
.
put
(
"insOtherAccessories"
,
JSON
.
parse
Object
(
construction
.
getConstructionOtherAccessories
()));
re
.
put
(
"insOtherAccessories"
,
JSON
.
parse
(
construction
.
getConstructionOtherAccessories
()));
re
.
put
(
"installStreet"
,
construction
.
getStreetName
());
re
.
put
(
"installStreet"
,
construction
.
getStreetName
());
re
.
put
(
"installProvince"
,
construction
.
getProvinceName
());
re
.
put
(
"installProvince"
,
construction
.
getProvinceName
());
re
.
put
(
"installAddress"
,
construction
.
getAddress
());
re
.
put
(
"installCity"
,
construction
.
getCityName
());
re
.
put
(
"installCity"
,
construction
.
getCityName
());
re
.
put
(
"installCounty"
,
construction
.
getCountyName
());
re
.
put
(
"installCounty"
,
construction
.
getCountyName
());
re
.
put
(
"uscUnitCreditCode"
,
construction
.
getUscUnitCreditCode
());
re
.
put
(
"uscUnitCreditCode"
,
construction
.
getUscUnitCreditCode
());
...
@@ -3666,7 +3669,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
...
@@ -3666,7 +3669,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
re
.
put
(
"inspectDate"
,
inspection
.
getInspectDate
());
re
.
put
(
"inspectDate"
,
inspection
.
getInspectDate
());
re
.
put
(
"inspectStaff"
,
inspection
.
getInspectStaff
());
re
.
put
(
"inspectStaff"
,
inspection
.
getInspectStaff
());
re
.
put
(
"nextInspectDate"
,
inspection
.
getNextInspectDate
());
re
.
put
(
"nextInspectDate"
,
inspection
.
getNextInspectDate
());
re
.
put
(
"inspectReport"
,
JSON
.
parse
Object
(
inspection
.
getInspectReport
()));
re
.
put
(
"inspectReport"
,
JSON
.
parse
(
inspection
.
getInspectReport
()));
re
.
put
(
"inspectReportNo"
,
inspection
.
getInspectReportNo
());
re
.
put
(
"inspectReportNo"
,
inspection
.
getInspectReportNo
());
// 返回代表是系统的数据,前端控制系统的检验信息不让编辑
// 返回代表是系统的数据,前端控制系统的检验信息不让编辑
re
.
put
(
"jySeq"
,
inspection
.
getSequenceNbr
());
re
.
put
(
"jySeq"
,
inspection
.
getSequenceNbr
());
...
...
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