|
|
|
@ -593,15 +593,16 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
circulationDeptResultDTO.setSelected(true); |
|
|
|
} |
|
|
|
deptResultDTOS.add(circulationDeptResultDTO); |
|
|
|
ItemCirculationDeptResultDTO circulationDeptResultDTO1 = new ItemCirculationDeptResultDTO(); |
|
|
|
circulationDeptResultDTO1.setDeptId(completeDeptDTO.getStreetId()); |
|
|
|
circulationDeptResultDTO1.setDeptName(completeDeptDTO.getStreet()); |
|
|
|
circulationDeptResultDTO1.setTypeKey(OrganizationTypeConstant.ORG_TYPE_STREET_PARTY); |
|
|
|
circulationDeptResultDTO1.setSelected(false); |
|
|
|
if (streetSelected) { |
|
|
|
circulationDeptResultDTO1.setSelected(true); |
|
|
|
} |
|
|
|
deptResultDTOS.add(circulationDeptResultDTO1); |
|
|
|
// 9.4 改为只要社区
|
|
|
|
// ItemCirculationDeptResultDTO circulationDeptResultDTO1 = new ItemCirculationDeptResultDTO();
|
|
|
|
// circulationDeptResultDTO1.setDeptId(completeDeptDTO.getStreetId());
|
|
|
|
// circulationDeptResultDTO1.setDeptName(completeDeptDTO.getStreet());
|
|
|
|
// circulationDeptResultDTO1.setTypeKey(OrganizationTypeConstant.ORG_TYPE_STREET_PARTY);
|
|
|
|
// circulationDeptResultDTO1.setSelected(false);
|
|
|
|
// if (streetSelected) {
|
|
|
|
// circulationDeptResultDTO1.setSelected(true);
|
|
|
|
// }
|
|
|
|
// deptResultDTOS.add(circulationDeptResultDTO1);
|
|
|
|
resultDTO.setDeptResultDTOS(deptResultDTOS); |
|
|
|
|
|
|
|
// 满意度评价部门
|
|
|
|
|