| | |
| | | if (id == null) { |
| | | throw new RuntimeException("事件ID不能为空"); |
| | | } |
| | | Long deptId = Long.valueOf(AuthUtil.getDeptId()); |
| | | Long deptId = null; //Long.valueOf(AuthUtil.getDeptId()); |
| | | GdClueEventVO detail = baseMapper.selectGdClueEventDetailById(id, deptId); |
| | | if (detail == null) { |
| | | throw new RuntimeException("事件不存在"); |
| | |
| | | GdClueEventCountVO empty = new GdClueEventCountVO(); |
| | | empty.setTotalCount(0L); |
| | | empty.setMyCount(0L); |
| | | empty.setReturnedCount(0L); |
| | | empty.setDisposingCount(0L); |
| | | empty.setDisposedCount(0L); |
| | | empty.setCompletedCount(0L); |
| | | return empty; |