suntianwu 3 anos atrás
pai
commit
e60e5cc8c9

+ 1 - 0
src/main/java/com/care/bms/service/BmsSysUserService.java

@@ -395,6 +395,7 @@ public class BmsSysUserService{
                 resVO.setDevCount(this.careDeviceService.count(queryWrapper1));
 
                 resVO.setValidStatusName(ValidStatusEnum.getCodeToName(resVO.getValidStatus()));
+                resVO.setStationName(this.careStationService.getById(resVO.getStationId()).getName());
                 resVO.setOrgName(this.careOrganizationService.getById(resVO.getOrgId()).getName());
                 list.add(resVO);
             });