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
db7a03dd
Commit
db7a03dd
authored
Mar 22, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改现场bug
parent
62ffb1a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
VideoMapper.xml
...ot-system-equip/src/main/resources/mapper/VideoMapper.xml
+3
-0
dbTemplate_check.xml
...-patrol/src/main/resources/db/mapper/dbTemplate_check.xml
+2
-2
No files found.
amos-boot-system-equip/src/main/resources/mapper/VideoMapper.xml
View file @
db7a03dd
...
@@ -176,12 +176,15 @@
...
@@ -176,12 +176,15 @@
vid.name as name,
vid.name as name,
vid.url,
vid.url,
vid.code,
vid.code,
vid.address,
vid.img,
vid.video_type as videoType,
vid.video_type as videoType,
vid.preset_position as presetPosition,
vid.preset_position as presetPosition,
vid.name
vid.name
from wl_video_equipment_specific as ves
from wl_video_equipment_specific as ves
left join wl_video as vid on ves.video_id = vid.id
left join wl_video as vid on ves.video_id = vid.id
where equipment_specific_id = #{id}
where equipment_specific_id = #{id}
ORDER BY vid.create_date DESC
</select>
</select>
<select
id=
"getVideoById"
resultType=
"com.yeejoin.equipmanage.common.entity.vo.AlamVideoVO"
>
<select
id=
"getVideoById"
resultType=
"com.yeejoin.equipmanage.common.entity.vo.AlamVideoVO"
>
SELECT
SELECT
...
...
amos-boot-system-patrol/src/main/resources/db/mapper/dbTemplate_check.xml
View file @
db7a03dd
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
'%Y-%m-%d'
'%Y-%m-%d'
) = curdate()
) = curdate()
</if>
</if>
<if
test=
"isExecute!=null and isExecute!='' and isExecute = '3'"
>
and a.is_OK != #{isExecute}
</if>
<if
test=
"isExecute!=null and isExecute!='' and isExecute =
=
'3'"
>
and a.is_OK != #{isExecute}
</if>
</trim>
</trim>
</select>
</select>
...
@@ -324,7 +324,7 @@
...
@@ -324,7 +324,7 @@
'%Y-%m-%d'
'%Y-%m-%d'
) = curdate()
) = curdate()
</if>
</if>
<if
test=
"isExecute!=null and isExecute!='' and isExecute =
3
"
>
and a.is_OK != #{isExecute}
</if>
<if
test=
"isExecute!=null and isExecute!='' and isExecute =
= '3'
"
>
and a.is_OK != #{isExecute}
</if>
</trim>
</trim>
order by ${orderBy}
order by ${orderBy}
<choose>
<choose>
...
...
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