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
8039340a
Commit
8039340a
authored
Aug 12, 2025
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):设备数据修复,没有supervision表
parent
1b06b1ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
TzsCustomFilterMapper.xml
...s-api/src/main/resources/mapper/TzsCustomFilterMapper.xml
+2
-2
ComprehensiveStatisticalAnalysisServiceImpl.java
...ice/impl/ComprehensiveStatisticalAnalysisServiceImpl.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-api/src/main/resources/mapper/TzsCustomFilterMapper.xml
View file @
8039340a
...
@@ -46,8 +46,8 @@
...
@@ -46,8 +46,8 @@
"ORG_BRANCH_CODE" IS NULL
"ORG_BRANCH_CODE" IS NULL
AND ibjui."RECORD" is not null
AND ibjui."RECORD" is not null
AND ibjsi."RECORD" is null
AND ibjsi."RECORD" is null
AND ibjri."EQU_CATEGORY" = '2300'
--
AND ibjri."EQU_CATEGORY" = '2300'
AND "CLAIM_STATUS" = '已认领'
--
AND "CLAIM_STATUS" = '已认领'
order by ibjui."RECORD" desc
order by ibjui."RECORD" desc
</select>
</select>
<select
id=
"selectRecords"
resultType=
"java.lang.String"
>
<select
id=
"selectRecords"
resultType=
"java.lang.String"
>
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/service/impl/ComprehensiveStatisticalAnalysisServiceImpl.java
View file @
8039340a
...
@@ -3877,7 +3877,7 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
...
@@ -3877,7 +3877,7 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
}
}
public
Integer
addGasRecordToSupervision
()
{
public
Integer
addGasRecordToSupervision
()
{
Integer
count
=
8
0000
;
Integer
count
=
50
0000
;
Integer
times
=
0
;
Integer
times
=
0
;
if
(
count
!=
0
)
{
if
(
count
!=
0
)
{
times
=
count
/
5000
;
times
=
count
/
5000
;
...
...
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