|
|
|
@ -20,6 +20,7 @@ import com.epmet.feign.EpmetUserOpenFeignClient; |
|
|
|
import com.epmet.modules.partyOrg.dao.IcPartyActDao; |
|
|
|
import com.epmet.modules.partyOrg.dao.IcPartyActTypeDictDao; |
|
|
|
import com.epmet.modules.partyOrg.dao.IcPartyOrgDao; |
|
|
|
import com.epmet.modules.partyOrg.dao.ResiPartymemberAttachmentDao; |
|
|
|
import com.epmet.modules.partyOrg.entity.IcPartyActEntity; |
|
|
|
import com.epmet.modules.partyOrg.entity.IcPartyActTypeDictEntity; |
|
|
|
import com.epmet.modules.partyOrg.entity.IcPartyOrgEntity; |
|
|
|
@ -64,6 +65,8 @@ public class YiFengScreenServiceImpl implements YiFengScreenService, ResultDataR |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private EpmetUserOpenFeignClient epmetUserOpenFeignClient; |
|
|
|
@Autowired |
|
|
|
private ResiPartymemberAttachmentDao resiPartymemberAttachmentDao; |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<YiFengScreenPartyOrgCategoryResultDTO> listPartyOrgCategoryAndQuantity(String agencyId) { |
|
|
|
@ -409,9 +412,9 @@ public class YiFengScreenServiceImpl implements YiFengScreenService, ResultDataR |
|
|
|
}); |
|
|
|
}*/ |
|
|
|
|
|
|
|
/* pageInfo.getList().forEach(l->{ |
|
|
|
pageInfo.getList().forEach(l->{ |
|
|
|
l.setAttachments(resiPartymemberAttachmentDao.selectListByBusinessId(l.getIcPartyActId())); |
|
|
|
});*/ |
|
|
|
}); |
|
|
|
|
|
|
|
return new PageData<>(pageInfo.getList(), pageInfo.getTotal()); |
|
|
|
} |
|
|
|
|