| | |
| | | for (TjOrderRemark remark : list) { |
| | | TjProject byId = projectService.getById(remark.getProId()); |
| | | stringBuilder.append(byId.getProName()).append(";"); |
| | | getDgYjAjaxResult(orderId,remark.getDeptId()); |
| | | } |
| | | customer.setNotCheckeds(String.valueOf(stringBuilder)); |
| | | if (null == customer.getNotCheckeds()) customer.setNotCheckeds("全部已检"); |
| | |
| | | for (TjOrderRemark remark : list) { |
| | | TjProject byId = projectService.getById(remark.getProId()); |
| | | stringBuilder.append(byId.getProName()).append(";"); |
| | | getDgWjAjaxResult(orderId,remark.getDeptId()); |
| | | } |
| | | customer.setNotCheckeds(String.valueOf(stringBuilder)); |
| | | if (null == customer.getNotCheckeds()) customer.setNotCheckeds("全部已检"); |
| | | } |
| | | |
| | | customerLis.add(customer); |
| | | } |
| | | } |
| | |
| | | List<TjOrderDetail> lists = tjOrderDetailService.list(qww); |
| | | if (null == lists || lists.size() == 0) { |
| | | redisCache.deleteCacheMapValue("ks"+ksId+customer.getCusId(),"1"); |
| | | redisCache.setCacheMapValue("ks:"+ksId+":"+customer.getCusId(),"0",customer); |
| | | } |
| | | if (null != customer) { |
| | | //遍历项目 判断是否有重大阳性 标记 |
| | |
| | | customer.setNotCheckeds(String.valueOf(stringBuilder)); |
| | | if (null == customer.getNotCheckeds()) customer.setNotCheckeds("全部已检"); |
| | | } |
| | | // redisCache.setCacheMapValue("ks"+ksId+":"+customer.getCusId(),"1",customer); |
| | | redisCache.setCacheMapValue("ks"+ksId+":"+customer.getCusId(),"0",customer); |
| | | } |
| | | } |