Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
2ffbec4c
Commit
2ffbec4c
authored
Jul 12, 2024
by
hezhuozhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
27467 人大金仓数据库适配
parent
d06fe751
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
McbWarningMapper.xml
...pi/src/main/resources/mapper/warning/McbWarningMapper.xml
+3
-3
McbWarningServiceImpl.java
.../module/jxiop/biz/service/impl/McbWarningServiceImpl.java
+0
-10
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-api/src/main/resources/mapper/warning/McbWarningMapper.xml
View file @
2ffbec4c
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
log.EVENT_LEVEL,
log.EVENT_LEVEL,
log.SOURCE_ATTRIBUTION_DESC,
log.SOURCE_ATTRIBUTION_DESC,
log.SOURCE_ATTRIBUTION,
log.SOURCE_ATTRIBUTION,
log.CONTENT
_
,
log.CONTENT,
warnLevel.COLOR,
warnLevel.COLOR,
source1.PROVINCE,
source1.PROVINCE,
log.WARNING_SOURCE_TYPE,
log.WARNING_SOURCE_TYPE,
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
SELECT
SELECT
warning.SEQUENCE_NBR warningId,
warning.SEQUENCE_NBR warningId,
question.CREATE_DATE createDate,
question.CREATE_DATE createDate,
warning.CONTENT
_
warningContent,
warning.CONTENT warningContent,
question.COMPLETION_STATUS_DESC completionStatusDesc,
question.COMPLETION_STATUS_DESC completionStatusDesc,
question.SOURCE_ATTRIBUTION_DESC sourceAttributionDesc
question.SOURCE_ATTRIBUTION_DESC sourceAttributionDesc
FROM
FROM
...
@@ -272,7 +272,7 @@
...
@@ -272,7 +272,7 @@
question.COMPLETION_STATUS,
question.COMPLETION_STATUS,
question.SOURCE_ATTRIBUTION_DESC,
question.SOURCE_ATTRIBUTION_DESC,
question.SOURCE_ATTRIBUTION,
question.SOURCE_ATTRIBUTION,
question.CONTENT
_
,
question.CONTENT,
question.LEVEL_DESC,
question.LEVEL_DESC,
source1.PROVINCE
source1.PROVINCE
FROM
FROM
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/McbWarningServiceImpl.java
View file @
2ffbec4c
...
@@ -81,11 +81,6 @@ public class McbWarningServiceImpl implements IMcbWarningService {
...
@@ -81,11 +81,6 @@ public class McbWarningServiceImpl implements IMcbWarningService {
}
}
List
<
Map
<
String
,
Object
>>
records
=
mcbWarningMapper
.
queryWarningList
(
start
,
size
,
projectOrgCodes
,
List
<
Map
<
String
,
Object
>>
records
=
mcbWarningMapper
.
queryWarningList
(
start
,
size
,
projectOrgCodes
,
processingStatus
,
eventLevel
,
createDate
,
startTime
,
endTime
,
warningSourceType
,
objectName
,
overView
);
processingStatus
,
eventLevel
,
createDate
,
startTime
,
endTime
,
warningSourceType
,
objectName
,
overView
);
if
(
CollectionUtil
.
isNotEmpty
(
records
))
{
for
(
Map
<
String
,
Object
>
record
:
records
)
{
record
.
put
(
"CONTENT"
,
record
.
get
(
"CONTENT_"
));
}
}
Long
total
=
mcbWarningMapper
.
queryWarningCount
(
projectOrgCodes
,
processingStatus
,
eventLevel
,
createDate
,
startTime
,
endTime
,
Long
total
=
mcbWarningMapper
.
queryWarningCount
(
projectOrgCodes
,
processingStatus
,
eventLevel
,
createDate
,
startTime
,
endTime
,
warningSourceType
,
objectName
,
overView
);
warningSourceType
,
objectName
,
overView
);
page
.
setRecords
(
records
);
page
.
setRecords
(
records
);
...
@@ -156,11 +151,6 @@ public class McbWarningServiceImpl implements IMcbWarningService {
...
@@ -156,11 +151,6 @@ public class McbWarningServiceImpl implements IMcbWarningService {
}
}
List
<
Map
<
String
,
Object
>>
records
=
mcbWarningMapper
.
queryQuestionList
(
start
,
offset
,
projectOrgCodes
,
List
<
Map
<
String
,
Object
>>
records
=
mcbWarningMapper
.
queryQuestionList
(
start
,
offset
,
projectOrgCodes
,
completionStatus
,
startTime
,
endTime
);
completionStatus
,
startTime
,
endTime
);
if
(
CollectionUtil
.
isNotEmpty
(
records
))
{
for
(
Map
<
String
,
Object
>
record
:
records
)
{
record
.
put
(
"CONTENT"
,
record
.
get
(
"CONTENT_"
));
}
}
Long
total
=
mcbWarningMapper
.
queryQuestionCount
(
projectOrgCodes
,
completionStatus
,
startTime
,
endTime
);
Long
total
=
mcbWarningMapper
.
queryQuestionCount
(
projectOrgCodes
,
completionStatus
,
startTime
,
endTime
);
page
.
setRecords
(
records
);
page
.
setRecords
(
records
);
page
.
setTotal
(
total
);
page
.
setTotal
(
total
);
...
...
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