|
|
@ -275,7 +275,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
ItemCirculationDeptResultDTO circulationDeptResultDTO1 = new ItemCirculationDeptResultDTO(); |
|
|
|
circulationDeptResultDTO1.setDeptId(completeDeptDTO.getStreetId()); |
|
|
|
circulationDeptResultDTO1.setDeptName(completeDeptDTO.getStreet()); |
|
|
|
circulationDeptResultDTO.setTypeKey(OrganizationTypeConstant.ORG_TYPE_STREET_PARTY); |
|
|
|
circulationDeptResultDTO1.setTypeKey(OrganizationTypeConstant.ORG_TYPE_STREET_PARTY); |
|
|
|
circulationDeptResultDTO1.setSelected(false); |
|
|
|
if (streetSelected) { |
|
|
|
circulationDeptResultDTO1.setSelected(true); |
|
|
|