whyclxw
7 天以前 64f046ed41c2ae607dc065c82b6d454f64e90584
src/main/java/com/whyc/service/BaojigroupService.java
@@ -247,6 +247,9 @@
    //查询机房所在的班组
    public String getGroupName(Integer powerId) {
        String groupName = powerInfMapper.getGroupName(powerId);
        if(groupName==null||groupName.length()<0){
            groupName="none";
        }
        return  groupName;
    }
    //查询所有的包机组名集合(班组)