mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 17:38:48 +08:00
开启中关闭中日志清除
This commit is contained in:
parent
a005873bf5
commit
3ab4507332
@ -286,7 +286,8 @@ public class EqDeviceController extends BaseController {
|
||||
public void saveDeviceLogs(@RequestBody EqEquipmentLogBo eqEquipmentLogBo){
|
||||
String equipmentName = eqEquipmentLogBo.getEquipmentName();
|
||||
Integer status = eqEquipmentLogBo.getStatus();
|
||||
List<String> statusList = Arrays.asList("101", "102", "103", "104", "105", "106", "107", "108", "1", "2", "112", "113");
|
||||
// List<String> statusList = Arrays.asList("101", "102", "103", "104", "105", "106", "107", "108", "1", "2", "112", "113");
|
||||
List<String> statusList = Arrays.asList("101", "102", "103", "104", "105", "106", "107", "108", "112", "113");
|
||||
|
||||
//设备id查询
|
||||
DeviceByDeviceName deviceByNameDto = iotService.apiTenantDevicesByName(equipmentName);//无信息会抛异常 无需判断
|
||||
|
||||
Loading…
Reference in New Issue
Block a user