|
@@ -19,7 +19,6 @@ func (s noticeSetService) GetList(tenantId int, searchValue string) ([]model.Not
|
|
|
var deviceTypeGroupsNew []model.NoticeSetRecords
|
|
|
noteiceSets := s.getNoteiceSets(tenantId)
|
|
|
for _, group := range deviceTypeGroups {
|
|
|
-
|
|
|
var deviceNew []model.NoticeSetRecords
|
|
|
code.DeviceType = group.DeviceType
|
|
|
devices, _ := code.GetDatasByDeviceType(searchValue)
|
|
@@ -41,11 +40,7 @@ func (s noticeSetService) GetList(tenantId int, searchValue string) ([]model.Not
|
|
|
})
|
|
|
}
|
|
|
key := strconv.Itoa(tenantId) + strconv.Itoa(2) + strconv.Itoa(group.DeviceType) + strconv.Itoa(999999)
|
|
|
- //set.TenantId + strconv.Itoa(set.RType) + strconv.Itoa(set.DeviceType) + strconv.Itoa(set.DeviceId)
|
|
|
- //fmt.Printf("key = %v", key)
|
|
|
- //println("")
|
|
|
set := noteiceSets[key]
|
|
|
- //fmt.Printf("set = %v", set)
|
|
|
deviceTypeGroupsNew = append(deviceTypeGroupsNew, model.NoticeSetRecords{
|
|
|
Rtype: 2,
|
|
|
RtypeName: group.DeviceTypeName + "(" + strconv.Itoa(len(deviceNew)) + "台)",
|
|
@@ -80,7 +75,6 @@ func (s noticeSetService) GetList(tenantId int, searchValue string) ([]model.Not
|
|
|
BusinessUserIds: set.BusinessUserIds,
|
|
|
},
|
|
|
}
|
|
|
- //fmt.Printf("noteiceSets = %v", noteiceSets)
|
|
|
return data, nil
|
|
|
}
|
|
|
|
|
@@ -92,7 +86,6 @@ func (s noticeSetService) Update(post model.NoticeUpdateData, tenantId int) erro
|
|
|
deviceId := 999999
|
|
|
if rtype == 3 {
|
|
|
deviceId = post.DeviceID
|
|
|
-
|
|
|
}
|
|
|
set := dao.NoticeSet{
|
|
|
TenantId: strconv.Itoa(tenantId),
|