drone-service/drone-fw/src/main/java/org/sxkj/fw/device/vo/FwDeviceVO.java
@@ -24,6 +24,8 @@ import lombok.EqualsAndHashCode; import org.sxkj.system.cache.SysCache; import java.io.Serializable; /** * 设备表 视图实体类 * @@ -32,7 +34,7 @@ */ @Data @Getter public class FwDeviceVO { public class FwDeviceVO implements Serializable { private static final long serialVersionUID = 1L; @ApiModelProperty(value = "主键") @@ -108,7 +110,6 @@ if (belongDept == null) { return null; } System.out.println("12312312312:" + SysCache.getDeptName(belongDept)); return SysCache.getDeptName(belongDept); }