Eric
2023-10-17 b496aa0db15b424537fa6d471a39e570df5f0bea
feat: requirement 2
1个文件已修改
2 ■■■ 已修改文件
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/controller/DeviceController.java 2 ●●● 补丁 | 查看 | 原始文档 | 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());