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
d736948b
Commit
d736948b
authored
Jan 06, 2025
by
麻笑宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_bugfix' into develop_tzs_bugfix
parents
3cfd068f
6aa7da3c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
DataHandlerServiceImpl.java
...ot/module/jg/biz/service/impl/DataHandlerServiceImpl.java
+0
-0
JgInstallationNoticeServiceImpl.java
.../jg/biz/service/impl/JgInstallationNoticeServiceImpl.java
+2
-2
PlanTask.xml
...ule-statistics-api/src/main/resources/mapper/PlanTask.xml
+4
-3
No files found.
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/DataHandlerServiceImpl.java
View file @
d736948b
This diff is collapsed.
Click to expand it.
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/JgInstallationNoticeServiceImpl.java
View file @
d736948b
...
@@ -109,8 +109,8 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
...
@@ -109,8 +109,8 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
private
static
final
String
PROCESS_INSTALL_NOTICE_KEY
=
"installNotice"
;
private
static
final
String
PROCESS_INSTALL_NOTICE_KEY
=
"installNotice"
;
private
static
final
String
TABLE_PAGE_ID
=
"1734141426742095873"
;
private
static
final
String
TABLE_PAGE_ID
=
"1734141426742095873"
;
p
rivate
static
final
String
CONSTRUCTION_TYPE
=
"SGLX"
;
p
ublic
static
final
String
CONSTRUCTION_TYPE
=
"SGLX"
;
p
rivate
static
final
String
CONSTRUCTION_TYPE_NAME
=
"安装"
;
p
ublic
static
final
String
CONSTRUCTION_TYPE_NAME
=
"安装"
;
@Autowired
@Autowired
JgInstallationNoticeEqMapper
jgInstallationNoticeEqMapper
;
JgInstallationNoticeEqMapper
jgInstallationNoticeEqMapper
;
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-api/src/main/resources/mapper/PlanTask.xml
View file @
d736948b
...
@@ -25,11 +25,12 @@
...
@@ -25,11 +25,12 @@
when 0 THEN '尚未巡检'
when 0 THEN '尚未巡检'
when 1 THEN '按时完成'
when 1 THEN '按时完成'
else '超时漏检' END) as statusName,
else '超时漏检' END) as statusName,
pc.is_ok isOk,
b.status isOk,
(case pc.is_ok
(case b.status
when 0 THEN '未开始'
when 1 THEN '合格'
when 1 THEN '合格'
when 2 THEN '不合格'
when 2 THEN '不合格'
else
'漏检' END) as isOkName
when 3 THEN
'漏检' END) as isOkName
FROM p_plan_task_detail b
FROM p_plan_task_detail b
LEFT JOIN p_check pc ON pc.plan_task_detail_id = b.id
LEFT JOIN p_check pc ON pc.plan_task_detail_id = b.id
LEFT JOIN p_plan_task a ON a.id = b.task_no
LEFT JOIN p_plan_task a ON a.id = b.task_no
...
...
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