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
621e8782
Commit
621e8782
authored
Mar 18, 2024
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改器材列表bug
parent
dcd78d1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
EmergencyController.java
...m/yeejoin/equipmanage/controller/EmergencyController.java
+2
-1
EmergencyMapper.xml
...ystem-equip/src/main/resources/mapper/EmergencyMapper.xml
+2
-0
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/controller/EmergencyController.java
View file @
621e8782
...
...
@@ -9,6 +9,7 @@ import com.yeejoin.equipmanage.common.entity.dto.FireResourceStatsDTO;
import
com.yeejoin.equipmanage.common.entity.vo.EquipTypeImgAmountVO
;
import
com.yeejoin.equipmanage.common.utils.CommonResponseUtil
;
import
com.yeejoin.equipmanage.common.utils.DateUtils
;
import
com.yeejoin.equipmanage.common.utils.StringUtil
;
import
com.yeejoin.equipmanage.config.PersonIdentify
;
import
com.yeejoin.equipmanage.service.IEmergencyService
;
import
io.swagger.annotations.Api
;
...
...
@@ -776,7 +777,7 @@ public class EmergencyController extends AbstractBaseController {
@ApiOperation
(
"设备平台详情设备列表"
)
@PostMapping
(
value
=
"/equip/list"
)
public
IPage
<
EquipTypeImgAmountVO
>
getMaterialList
(
@RequestBody
EquipTypeAmountPageDTO
equipTypeAmountPage
)
{
if
(
StringUtils
.
isEmpty
(
equipTypeAmountPage
.
getEquipCodeKey
()))
{
if
(
StringUtils
.
isEmpty
(
equipTypeAmountPage
.
getEquipCodeKey
())
&&
StringUtils
.
isEmpty
(
equipTypeAmountPage
.
getSixEquipType
())
)
{
return
new
Page
<>();
}
String
bizOrgCode
=
equipTypeAmountPage
.
getBizOrgCode
();
...
...
amos-boot-system-equip/src/main/resources/mapper/EmergencyMapper.xml
View file @
621e8782
...
...
@@ -1595,6 +1595,8 @@
FROM
wl_equipment_specific wes
LEFT JOIN wl_equipment_detail wed ON wed.id = wes.equipment_detail_id
LEFT JOIN wl_equipment e ON e.id = wed.equipment_id
LEFT JOIN wl_equipment_category c ON c.id = e.category_id
WHERE
<if
test=
"list != null and list.size > 0"
>
<foreach
collection=
"list"
item=
"item"
index=
"index"
open=
"("
close=
")"
separator=
"OR"
>
...
...
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