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
f71b1240
Commit
f71b1240
authored
Sep 28, 2022
by
KeYong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop_dl_plan6' into develop_dl_plan6_temp
parents
eb9f9b81
5c1aa910
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
55 additions
and
44 deletions
+55
-44
pom.xml
...e/amos-boot-module-biz/amos-boot-module-equip-biz/pom.xml
+0
-6
ConfirmAlarmController.java
...eejoin/equipmanage/controller/ConfirmAlarmController.java
+3
-3
IdxFeign.java
...src/main/java/com/yeejoin/equipmanage/fegin/IdxFeign.java
+30
-0
application.properties
...ot-system-equip/src/main/resources/application.properties
+1
-0
wl-3.0.1.xml
...ot-system-equip/src/main/resources/changelog/wl-3.0.1.xml
+5
-5
CheckResultMapper.java
...in/amos/boot/module/tdc/api/mapper/CheckResultMapper.java
+1
-1
CheckResultService.java
.../amos/boot/module/tdc/api/service/CheckResultService.java
+2
-3
CheckResultMapper.xml
...e-tdc-api/src/main/resources/mapper/CheckResultMapper.xml
+1
-1
CheckModelAction.java
...oin/amos/boot/module/tdc/biz/action/CheckModelAction.java
+1
-0
CheckModelController.java
.../boot/module/tdc/biz/controller/CheckModelController.java
+2
-2
CheckResultController.java
...boot/module/tdc/biz/controller/CheckResultController.java
+4
-4
CheckResultImpl.java
...mos/boot/module/tdc/biz/service/impl/CheckResultImpl.java
+4
-4
application.properties
...-module-tdc-biz/src/main/resources/application.properties
+1
-1
IdxFeignService.java
...n/amos/boot/module/tzs/flc/api/feign/IdxFeignService.java
+0
-14
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/pom.xml
View file @
f71b1240
...
@@ -66,12 +66,6 @@
...
@@ -66,12 +66,6 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<groupId>
com.amosframework.boot
</groupId>
<artifactId>
amos-boot-module-tzs-api
</artifactId>
<version>
1.0.0
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/controller/ConfirmAlarmController.java
View file @
f71b1240
...
@@ -3,10 +3,10 @@ package com.yeejoin.equipmanage.controller;
...
@@ -3,10 +3,10 @@ package com.yeejoin.equipmanage.controller;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSONObject
;
import
com.alibaba.fastjson.JSONObject
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.yeejoin.amos.boot.module.tzs.flc.api.feign.IdxFeignService
;
import
com.yeejoin.equipmanage.common.entity.EquipmentSpecificAlarmLog
;
import
com.yeejoin.equipmanage.common.entity.EquipmentSpecificAlarmLog
;
import
com.yeejoin.equipmanage.common.entity.MonitorEvent
;
import
com.yeejoin.equipmanage.common.entity.MonitorEvent
;
import
com.yeejoin.equipmanage.common.entity.vo.IdxBizDefectVo
;
import
com.yeejoin.equipmanage.common.entity.vo.IdxBizDefectVo
;
import
com.yeejoin.equipmanage.fegin.IdxFeign
;
import
com.yeejoin.equipmanage.mapper.EquipmentSpecificAlarmLogMapper
;
import
com.yeejoin.equipmanage.mapper.EquipmentSpecificAlarmLogMapper
;
import
com.yeejoin.equipmanage.service.IConfirmAlarmService
;
import
com.yeejoin.equipmanage.service.IConfirmAlarmService
;
import
com.yeejoin.equipmanage.service.impl.MonitorEventService
;
import
com.yeejoin.equipmanage.service.impl.MonitorEventService
;
...
@@ -41,7 +41,7 @@ public class ConfirmAlarmController extends AbstractBaseController {
...
@@ -41,7 +41,7 @@ public class ConfirmAlarmController extends AbstractBaseController {
@Autowired
@Autowired
private
MonitorEventService
monitorEventService
;
private
MonitorEventService
monitorEventService
;
@Autowired
@Autowired
private
IdxFeign
Service
idxFeignService
;
private
IdxFeign
idxFeign
;
@GetMapping
(
value
=
"/getDetailsById"
)
@GetMapping
(
value
=
"/getDetailsById"
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
...
@@ -120,7 +120,7 @@ public class ConfirmAlarmController extends AbstractBaseController {
...
@@ -120,7 +120,7 @@ public class ConfirmAlarmController extends AbstractBaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
value
=
"缺陷处理状态"
)
@ApiOperation
(
value
=
"缺陷处理状态"
)
public
IdxBizDefectVo
getDefectStatus
(
@PathVariable
String
id
)
{
public
IdxBizDefectVo
getDefectStatus
(
@PathVariable
String
id
)
{
ResponseModel
<
JSONObject
>
responseModel
=
idxFeign
Service
.
queryDefectByAlarmLogId
(
id
);
ResponseModel
<
JSONObject
>
responseModel
=
idxFeign
.
queryDefectByAlarmLogId
(
id
);
JSONObject
result
=
responseModel
.
getResult
();
JSONObject
result
=
responseModel
.
getResult
();
IdxBizDefectVo
vo
=
JSON
.
parseObject
(
JSON
.
toJSONString
(
result
),
IdxBizDefectVo
.
class
);
IdxBizDefectVo
vo
=
JSON
.
parseObject
(
JSON
.
toJSONString
(
result
),
IdxBizDefectVo
.
class
);
return
vo
;
return
vo
;
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/fegin/IdxFeign.java
0 → 100644
View file @
f71b1240
package
com
.
yeejoin
.
equipmanage
.
fegin
;
import
com.alibaba.fastjson.JSONObject
;
import
org.springframework.cloud.openfeign.FeignClient
;
import
org.springframework.web.bind.annotation.*
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
/**
* @author DELL
*/
@FeignClient
(
name
=
"${idx.feign.name}"
,
path
=
"idx"
,
configuration
=
{
FeignConfiguration
.
class
})
public
interface
IdxFeign
{
/***
* <pre>
* @Description: 根据告警id查询缺陷治理情况
* </pre>
*
* @MethodName:
* @Param:
* @Return: null
* @Throws
* @Author keyong
* @Date 2022/9/27 17:46
*/
@RequestMapping
(
value
=
"/defect/alarm/{alarmLogId}"
,
method
=
RequestMethod
.
GET
)
ResponseModel
<
JSONObject
>
queryDefectByAlarmLogId
(
@PathVariable
String
alarmLogId
);
}
amos-boot-system-equip/src/main/resources/application.properties
View file @
f71b1240
...
@@ -39,6 +39,7 @@ equipManage.name=AMOS-EQUIPMANAGE
...
@@ -39,6 +39,7 @@ equipManage.name=AMOS-EQUIPMANAGE
iot.vehicle.track
=
AMOS-API-IOT
iot.vehicle.track
=
AMOS-API-IOT
jcs.fegin.name
=
JCS
jcs.fegin.name
=
JCS
video.fegin.name
=
VIDEO
video.fegin.name
=
VIDEO
idx.feign.name
=
AMOS-IDX
#项目初始化画布id
#项目初始化画布id
morphic.projectSeq
=
1390314016458514433
morphic.projectSeq
=
1390314016458514433
#wl_equipment_category 表id (取火灾报警系统id)
#wl_equipment_category 表id (取火灾报警系统id)
...
...
amos-boot-system-equip/src/main/resources/changelog/wl-3.0.1.xml
View file @
f71b1240
...
@@ -3005,11 +3005,11 @@
...
@@ -3005,11 +3005,11 @@
</preConditions>
</preConditions>
<comment>
删除不需要的属性字段
</comment>
<comment>
删除不需要的属性字段
</comment>
<sql>
<sql>
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `confirm_type`
,
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `confirm_type`
;
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `alam_reason`
,
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `alam_reason`
;
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `resolve_result`
,
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `resolve_result`
;
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `confirm_user`
,
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `confirm_user`
;
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `confirm_user_name`
,
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `confirm_user_name`
;
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `confirm_date`;
ALTER TABLE `wl_equipment_specific_alarm` DROP COLUMN `confirm_date`;
</sql>
</sql>
</changeSet>
</changeSet>
...
...
amos-boot-system-tdc/amos-boot-module-tdc-api/src/main/java/com/yeejoin/amos/boot/module/tdc/api/mapper/CheckResultMapper.java
View file @
f71b1240
...
@@ -17,7 +17,7 @@ public interface CheckResultMapper extends BaseMapper<CheckResult> {
...
@@ -17,7 +17,7 @@ public interface CheckResultMapper extends BaseMapper<CheckResult> {
IPage
<
CheckResultDto
>
selectResult
(
IPage
<
CheckResultDto
>
page
,
String
code
);
IPage
<
CheckResultDto
>
selectResult
(
IPage
<
CheckResultDto
>
page
,
String
code
);
List
<
CheckResultDto
>
selectTotal
(
String
modelId
,
String
amosOrgCode
);
List
<
CheckResultDto
>
selectTotal
(
String
modelId
,
String
batchNo
);
Map
<
String
,
Object
>
getTables
(
String
tableName
,
String
amosOrgCode
);
Map
<
String
,
Object
>
getTables
(
String
tableName
,
String
amosOrgCode
);
...
...
amos-boot-system-tdc/amos-boot-module-tdc-api/src/main/java/com/yeejoin/amos/boot/module/tdc/api/service/CheckResultService.java
View file @
f71b1240
...
@@ -16,9 +16,9 @@ public interface CheckResultService extends IService<CheckResult> {
...
@@ -16,9 +16,9 @@ public interface CheckResultService extends IService<CheckResult> {
IPage
<
CheckResultDto
>
selectResult
(
int
current
,
int
size
,
String
code
);
IPage
<
CheckResultDto
>
selectResult
(
int
current
,
int
size
,
String
code
);
List
<
CheckResult
>
selectCheckResult
(
String
modelId
,
String
amosOrgCode
);
List
<
CheckResult
>
selectCheckResult
(
String
modelId
,
String
batchNo
);
List
<
CheckResultDto
>
selectTotal
(
String
modelId
,
String
amosOrgCode
);
List
<
CheckResultDto
>
selectTotal
(
String
modelId
,
String
batchNo
);
List
<
CheckResultDto
>
selectStatistion
(
String
batchNo
,
String
amosOrgCode
);
List
<
CheckResultDto
>
selectStatistion
(
String
batchNo
,
String
amosOrgCode
);
...
@@ -47,5 +47,4 @@ public interface CheckResultService extends IService<CheckResult> {
...
@@ -47,5 +47,4 @@ public interface CheckResultService extends IService<CheckResult> {
*/
*/
Integer
selectItemCount
(
String
batchNo
);
Integer
selectItemCount
(
String
batchNo
);
}
}
amos-boot-system-tdc/amos-boot-module-tdc-api/src/main/resources/mapper/CheckResultMapper.xml
View file @
f71b1240
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<select
id=
"selectTotal"
resultType=
"com.yeejoin.amos.boot.module.tdc.api.dto.CheckResultDto"
>
<select
id=
"selectTotal"
resultType=
"com.yeejoin.amos.boot.module.tdc.api.dto.CheckResultDto"
>
SELECT count(1) as total, COUNT(CASE WHEN (check_item_result=1) THEN check_item_result END) AS aaa
SELECT count(1) as total, COUNT(CASE WHEN (check_item_result=1) THEN check_item_result END) AS aaa
FROM tdc_check_result WHERE model_id = #{modelId} and
amos_org_code = #{amosOrgCode
}
FROM tdc_check_result WHERE model_id = #{modelId} and
batch_no = #{batchNo
}
</select>
</select>
...
...
amos-boot-system-tdc/amos-boot-module-tdc-biz/src/main/java/com/yeejoin/amos/boot/module/tdc/biz/action/CheckModelAction.java
View file @
f71b1240
...
@@ -130,6 +130,7 @@ public class CheckModelAction {
...
@@ -130,6 +130,7 @@ public class CheckModelAction {
// 所有属性已全部入库,给前端发送消息
// 所有属性已全部入库,给前端发送消息
HashMap
<
String
,
Object
>
map
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"itemCount"
,
itemCount
);
map
.
put
(
"itemCount"
,
itemCount
);
map
.
put
(
"batchNo"
,
batchNo
);
String
json
=
JSONObject
.
toJSONString
(
map
,
SerializerFeature
.
PrettyFormat
,
String
json
=
JSONObject
.
toJSONString
(
map
,
SerializerFeature
.
PrettyFormat
,
SerializerFeature
.
WriteMapNullValue
);
SerializerFeature
.
WriteMapNullValue
);
try
{
try
{
...
...
amos-boot-system-tdc/amos-boot-module-tdc-biz/src/main/java/com/yeejoin/amos/boot/module/tdc/biz/controller/CheckModelController.java
View file @
f71b1240
...
@@ -52,7 +52,7 @@ public class CheckModelController {
...
@@ -52,7 +52,7 @@ public class CheckModelController {
*/
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@GetMapping
(
value
=
"/CheckAllModel/{amosOrgCode}"
)
@GetMapping
(
value
=
"/CheckAllModel/{amosOrgCode}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"
查询最后一次校验模型"
,
notes
=
"查询最后一次
校验模型"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"
点击全站校验"
,
notes
=
"根据机构code
校验模型"
)
public
void
CheckAllModel
(
@PathVariable
(
value
=
"amosOrgCode"
)
String
amosOrgCode
)
{
public
void
CheckAllModel
(
@PathVariable
(
value
=
"amosOrgCode"
)
String
amosOrgCode
)
{
checkModelService
.
checkAllMode
(
amosOrgCode
);
checkModelService
.
checkAllMode
(
amosOrgCode
);
}
}
...
@@ -62,7 +62,7 @@ public class CheckModelController {
...
@@ -62,7 +62,7 @@ public class CheckModelController {
*/
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@GetMapping
(
value
=
"/checkSingleMode/{modelId}"
)
@GetMapping
(
value
=
"/checkSingleMode/{modelId}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"
查询最后一次校验模型"
,
notes
=
"查询最后一次
校验模型"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"
点击单独模型校验"
,
notes
=
"根据modelId
校验模型"
)
public
void
checkSingleMode
(
@PathVariable
(
value
=
"modelId"
)
String
modelId
)
{
public
void
checkSingleMode
(
@PathVariable
(
value
=
"modelId"
)
String
modelId
)
{
checkModelService
.
checkSingleMode
(
modelId
);
checkModelService
.
checkSingleMode
(
modelId
);
}
}
...
...
amos-boot-system-tdc/amos-boot-module-tdc-biz/src/main/java/com/yeejoin/amos/boot/module/tdc/biz/controller/CheckResultController.java
View file @
f71b1240
...
@@ -52,15 +52,15 @@ public class CheckResultController extends BaseController {
...
@@ -52,15 +52,15 @@ public class CheckResultController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@GetMapping
(
value
=
"/selectCheckResult"
)
@GetMapping
(
value
=
"/selectCheckResult"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"查询最后一次校验模型"
,
notes
=
"查询最后一次校验模型"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"查询最后一次校验模型"
,
notes
=
"查询最后一次校验模型"
)
public
ResponseModel
<
List
<
CheckResult
>>
selectCheckResult
(
String
modelId
,
String
amosOrgCode
)
{
public
ResponseModel
<
List
<
CheckResult
>>
selectCheckResult
(
String
modelId
,
String
batchNo
)
{
return
ResponseHelper
.
buildResponse
(
checkResultService
.
selectCheckResult
(
modelId
,
amosOrgCode
));
return
ResponseHelper
.
buildResponse
(
checkResultService
.
selectCheckResult
(
modelId
,
batchNo
));
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@GetMapping
(
value
=
"/selectTotal"
)
@GetMapping
(
value
=
"/selectTotal"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"result"
,
notes
=
"result"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"result"
,
notes
=
"result"
)
public
ResponseModel
<
List
<
CheckResultDto
>>
selectTotal
(
String
modelId
,
String
amosOrgCode
)
{
public
ResponseModel
<
List
<
CheckResultDto
>>
selectTotal
(
String
modelId
,
String
batchNo
)
{
return
ResponseHelper
.
buildResponse
(
checkResultService
.
selectTotal
(
modelId
,
amosOrgCode
));
return
ResponseHelper
.
buildResponse
(
checkResultService
.
selectTotal
(
modelId
,
batchNo
));
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
...
...
amos-boot-system-tdc/amos-boot-module-tdc-biz/src/main/java/com/yeejoin/amos/boot/module/tdc/biz/service/impl/CheckResultImpl.java
View file @
f71b1240
...
@@ -70,17 +70,17 @@ public class CheckResultImpl extends ServiceImpl<CheckResultMapper, CheckResult>
...
@@ -70,17 +70,17 @@ public class CheckResultImpl extends ServiceImpl<CheckResultMapper, CheckResult>
}
}
@Override
@Override
public
List
<
CheckResult
>
selectCheckResult
(
String
modelId
,
String
amosOrgCode
)
{
public
List
<
CheckResult
>
selectCheckResult
(
String
modelId
,
String
batchNo
)
{
LambdaQueryWrapper
<
CheckResult
>
wrapper
=
new
LambdaQueryWrapper
<>();
LambdaQueryWrapper
<
CheckResult
>
wrapper
=
new
LambdaQueryWrapper
<>();
wrapper
.
eq
(
CheckResult:
:
getCheckItemResult
,
"1"
)
wrapper
.
eq
(
CheckResult:
:
getCheckItemResult
,
"1"
)
.
eq
(
CheckResult:
:
get
AmosOrgCode
,
amosOrgCode
)
.
eq
(
CheckResult:
:
get
BatchNo
,
batchNo
)
.
eq
(
CheckResult:
:
getModelId
,
modelId
);
.
eq
(
CheckResult:
:
getModelId
,
modelId
);
return
baseMapper
.
selectList
(
wrapper
);
return
baseMapper
.
selectList
(
wrapper
);
}
}
@Override
@Override
public
List
<
CheckResultDto
>
selectTotal
(
String
modelId
,
String
amosOrgCode
)
{
public
List
<
CheckResultDto
>
selectTotal
(
String
modelId
,
String
batchNo
)
{
return
checkResultMapper
.
selectTotal
(
modelId
,
amosOrgCode
);
return
checkResultMapper
.
selectTotal
(
modelId
,
batchNo
);
}
}
@Override
@Override
...
...
amos-boot-system-tdc/amos-boot-module-tdc-biz/src/main/resources/application.properties
View file @
f71b1240
...
@@ -42,4 +42,4 @@ spring.redis.lettuce.pool.min-idle=0
...
@@ -42,4 +42,4 @@ spring.redis.lettuce.pool.min-idle=0
redis.cache.failure.time
=
10800
redis.cache.failure.time
=
10800
#校验完成发送消息
#校验完成发送消息
mqtt.topic.check.complete
=
tdc/check/complete
mqtt.topic.check.complete
=
/
tdc/check/complete
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/flc/api/feign/IdxFeignService.java
View file @
f71b1240
...
@@ -26,18 +26,4 @@ public interface IdxFeignService {
...
@@ -26,18 +26,4 @@ public interface IdxFeignService {
@RequestMapping
(
value
=
"/table/{tableId}"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"/table/{tableId}"
,
method
=
RequestMethod
.
GET
)
ResponseModel
<
JSONObject
>
queryByTableId
(
@PathVariable
String
tableId
);
ResponseModel
<
JSONObject
>
queryByTableId
(
@PathVariable
String
tableId
);
/***
* <pre>
* @Description: 根据告警id查询缺陷治理情况
* </pre>
*
* @MethodName:
* @Param:
* @Return: null
* @Throws
* @Author keyong
* @Date 2022/9/27 17:46
*/
@RequestMapping
(
value
=
"/defect/alarm/{alarmLogId}"
,
method
=
RequestMethod
.
GET
)
ResponseModel
<
JSONObject
>
queryDefectByAlarmLogId
(
@PathVariable
String
alarmLogId
);
}
}
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