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
80eb987f
Commit
80eb987f
authored
Apr 19, 2022
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改所在建筑设备列表查询脚本
parent
c59bd4e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
EquipmentSpecificMapper.xml
...uip/src/main/resources/mapper/EquipmentSpecificMapper.xml
+3
-1
No files found.
amos-boot-system-equip/src/main/resources/mapper/EquipmentSpecificMapper.xml
View file @
80eb987f
...
@@ -1494,9 +1494,10 @@
...
@@ -1494,9 +1494,10 @@
wlec.name AS category_name
wlec.name AS category_name
FROM
FROM
wl_equipment_specific AS spe
wl_equipment_specific AS spe
LEFT JOIN wl_stock_detail AS det ON det.equipment_specific_id = spe.id
LEFT JOIN wl_equipment AS wle ON spe.equipment_code = wle.code
LEFT JOIN wl_equipment AS wle ON spe.equipment_code = wle.code
LEFT JOIN wl_equipment_category AS wlec ON wlec.id = wle.category_id
LEFT JOIN wl_equipment_category AS wlec ON wlec.id = wle.category_id
WHERE
WHERE
spe.warehouse_structure_id =#{floorId}
det.amount > 0 and
spe.warehouse_structure_id =#{floorId}
</select>
</select>
</mapper>
</mapper>
\ No newline at end of file
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