| | |
| | | locationService.updateById(location); |
| | | } |
| | | } else { |
| | | if (StringUtils.hasLength(location.getUnqualifiedTaskId())){ |
| | | location.setUnqualifiedTaskId(location.getUnqualifiedTaskId() + "," + dto.getTaskId()); |
| | | }else{ |
| | | location.setUnqualifiedTaskId(dto.getTaskId()); |
| | | } |
| | | locationService.updateById(location); |
| | | } |
| | | dto.setHandleType(3); |
| | |
| | | locationService.updateById(location); |
| | | } |
| | | } else { |
| | | if (StringUtils.hasLength(location.getUnqualifiedTaskId())){ |
| | | location.setUnqualifiedTaskId(location.getUnqualifiedTaskId() + "," + dto.getTaskId()); |
| | | }else{ |
| | | location.setUnqualifiedTaskId(dto.getTaskId()); |
| | | } |
| | | locationService.updateById(location); |
| | | } |
| | | } |