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
b8818df8
Commit
b8818df8
authored
Oct 13, 2023
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改测试发现的bug关联bug
parent
5eb2bdad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
SjglZsjZsbtzMapper.xml
.../src/main/resources/mapper/cluster/SjglZsjZsbtzMapper.xml
+10
-9
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/resources/mapper/cluster/SjglZsjZsbtzMapper.xml
View file @
b8818df8
...
@@ -215,17 +215,18 @@
...
@@ -215,17 +215,18 @@
<select
id=
"getJobDetailInfoByObjectId"
resultType=
"java.util.Map"
>
<select
id=
"getJobDetailInfoByObjectId"
resultType=
"java.util.Map"
>
SELECT
SELECT
IFNULL(`JOB_DESCRIPTION`, '') as `name`,
IFNULL(
a.
`JOB_DESCRIPTION`, '') as `name`,
case
case
when QRCODE_COLOR = 'red' then '重大'
when
a.
QRCODE_COLOR = 'red' then '重大'
when QRCODE_COLOR = 'yellow' then '超时'
when
a.
QRCODE_COLOR = 'yellow' then '超时'
else '正常' end as `status`,
else '正常' end as `status`,
IFNULL(QRCODE_COLOR, 'green') as qrCodeColor,
IFNULL(
a.
QRCODE_COLOR, 'green') as qrCodeColor,
IFNULL(ZFZR, '')
as person,
b.REAL_NAME
as person,
''
as phone,
b.MOBILE
as phone,
IFNULL(CREATE_TIME, '') as `recDate`
IFNULL(
a.
CREATE_TIME, '') as `recDate`
FROM
FROM
fdgl_job_main
fdgl_job_main a
where DBID = #{objectId}
left join privilege_agency_user b on a.ZFZR = b.SEQUENCE_NBR
where a.DBID = #{objectId}
</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