Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
dd5fb7fe
Commit
dd5fb7fe
authored
Aug 21, 2024
by
张森
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_dl_bugfix' into develop_dl_bugfix
parents
b354e86c
6dfdc8cf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
dbTemplate_fire_equip.xml
...rt/src/main/resources/db/mapper/dbTemplate_fire_equip.xml
+4
-3
dbTemplate_view3d.xml
...sStart/src/main/resources/db/mapper/dbTemplate_view3d.xml
+1
-2
No files found.
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_fire_equip.xml
View file @
dd5fb7fe
...
@@ -717,7 +717,7 @@
...
@@ -717,7 +717,7 @@
) d
) d
<where>
<where>
<if
test=
"fireEquipmentName!=null"
>
<if
test=
"fireEquipmentName!=null"
>
AND d.fireEquipmentName LIKE '%
$
{fireEquipmentName}%'
AND d.fireEquipmentName LIKE '%
#
{fireEquipmentName}%'
</if>
</if>
<if
test=
"startTime != null and startTime != ''"
>
<if
test=
"startTime != null and startTime != ''"
>
AND d.update_date
>
= #{startTime}
AND d.update_date
>
= #{startTime}
...
@@ -762,7 +762,7 @@
...
@@ -762,7 +762,7 @@
) d
) d
<where>
<where>
<if
test=
"fireEquipmentName!=null"
>
<if
test=
"fireEquipmentName!=null"
>
AND d.fireEquipmentName LIKE
'%${fireEquipmentName}%'
AND d.fireEquipmentName LIKE
concat('%', #{fireEquipmentName}, '%')
</if>
</if>
<if
test=
"startTime != null and startTime != ''"
>
<if
test=
"startTime != null and startTime != ''"
>
AND d.create_date
>
= #{startTime}
AND d.create_date
>
= #{startTime}
...
@@ -772,6 +772,6 @@
...
@@ -772,6 +772,6 @@
</if>
</if>
</where>
</where>
ORDER BY d.create_date desc
ORDER BY d.create_date desc
LIMIT
${start},$
{length}
LIMIT
#{start},#
{length}
</select>
</select>
</mapper>
</mapper>
\ No newline at end of file
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_view3d.xml
View file @
dd5fb7fe
...
@@ -576,8 +576,7 @@
...
@@ -576,8 +576,7 @@
<where>
<where>
<if
test=
"inputText!=null and inputText != ''"
>
<if
test=
"inputText!=null and inputText != ''"
>
(
(
tmp.code LIKE '%${inputText}%'
tmp.code LIKE concat('%', #{inputText}, '%')
OR tmp.name LIKE '%${inputText}%'
)
)
</if>
</if>
<if
test=
"type!=null and type!=''"
>
<if
test=
"type!=null and type!=''"
>
...
...
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