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
dabef013
Commit
dabef013
authored
Dec 07, 2020
by
zhengjiawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
0465b044
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
dbTemplate_fier_station.xml
.../src/main/resources/db/mapper/dbTemplate_fier_station.xml
+8
-9
No files found.
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_fier_station.xml
View file @
dabef013
...
@@ -99,15 +99,14 @@
...
@@ -99,15 +99,14 @@
<select
id=
"queryForList"
resultType=
"java.util.Map"
>
<select
id=
"queryForList"
resultType=
"java.util.Map"
>
select
bu.id,
SELECT
bu .name,
*
'1' as type
FROM
from
f_fire_station fs
wl_building as bu
WHERE
left join wl_equipment_category as cat on bu.equipment_code = cat.id
1=1
where substr(cat.code ,1,4) = '9301'
<if
test=
"name!=null"
>
<if
test=
"name!=null"
>
AND fs.name LIKE '%${name}%'
AND fs.name LIKE '%${name}%'
</if>
</if>
...
...
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