| wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/controller/DeviceController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/controller/DeviceController.java
@@ -204,7 +204,7 @@ */ @PreAuthorize("@ss.hasPermi('iot:device:edit')") @Log(title = "重新指派设备", businessType = BusinessType.UPDATE) @PutMapping("assignDevice") @PutMapping("/assignDevice") @ApiOperation("重新指派设备") public AjaxResult assignDevice(@RequestBody Device device) { device.setAssignTime(DateUtils.getNowDate());