|
@ -15,7 +15,7 @@ import com.epmet.modules.partyOrg.service.IcPartyWishService; |
|
|
import com.epmet.modules.partyOrg.service.YiFengPartyOrgService; |
|
|
import com.epmet.modules.partyOrg.service.YiFengPartyOrgService; |
|
|
import com.epmet.modules.partymember.dao.IcPartyMemberDao; |
|
|
import com.epmet.modules.partymember.dao.IcPartyMemberDao; |
|
|
import com.epmet.modules.partymember.service.*; |
|
|
import com.epmet.modules.partymember.service.*; |
|
|
import com.epmet.resi.partymember.dto.IcPartyPlaceDTO; |
|
|
import com.epmet.resi.partymember.dto.*; |
|
|
import com.epmet.resi.partymember.dto.icpartyact.form.IcPartyActPageFormDTO; |
|
|
import com.epmet.resi.partymember.dto.icpartyact.form.IcPartyActPageFormDTO; |
|
|
import com.epmet.resi.partymember.dto.icpartyact.result.IcPartyActDetailResDTO; |
|
|
import com.epmet.resi.partymember.dto.icpartyact.result.IcPartyActDetailResDTO; |
|
|
import com.epmet.resi.partymember.dto.icpartyact.result.IcPartyActPageResultDTO; |
|
|
import com.epmet.resi.partymember.dto.icpartyact.result.IcPartyActPageResultDTO; |
|
@ -33,6 +33,7 @@ import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.web.bind.annotation.*; |
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
|
import java.util.Date; |
|
|
import java.util.Date; |
|
|
|
|
|
import java.util.HashMap; |
|
|
import java.util.List; |
|
|
import java.util.List; |
|
|
import java.util.Map; |
|
|
import java.util.Map; |
|
|
|
|
|
|
|
@ -68,7 +69,70 @@ public class YiFengScreenController { |
|
|
private IcPartyMemberService icPartyMemberService; |
|
|
private IcPartyMemberService icPartyMemberService; |
|
|
@Autowired |
|
|
@Autowired |
|
|
private IcCultureLegacyService icCultureLegacyService; |
|
|
private IcCultureLegacyService icCultureLegacyService; |
|
|
|
|
|
@Autowired |
|
|
|
|
|
private IcSeedStrategyService icSeedStrategyService; |
|
|
|
|
|
@Autowired |
|
|
|
|
|
private IcSeedPowerService icSeedPowerService; |
|
|
|
|
|
@Autowired |
|
|
|
|
|
private IcSeedProjectService icSeedProjectService; |
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|
|
private IcSeedNewsService icSeedNewsService; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @Description: 种业咨询列表 |
|
|
|
|
|
* @param : |
|
|
|
|
|
* @Return com.epmet.commons.tools.utils.Result<com.epmet.commons.tools.page.PageData < com.epmet.resi.partymember.dto.IcSeedNewsDTO>> |
|
|
|
|
|
* @Author: lichao |
|
|
|
|
|
* @Date: 2024/3/20 15:18 |
|
|
|
|
|
*/ |
|
|
|
|
|
@GetMapping("seedNewsList") |
|
|
|
|
|
public Result<PageData<IcSeedNewsDTO>> seedNewsList(){ |
|
|
|
|
|
Map<String, Object> params = new HashMap<>(); |
|
|
|
|
|
PageData<IcSeedNewsDTO> page = icSeedNewsService.page(params); |
|
|
|
|
|
return new Result<PageData<IcSeedNewsDTO>>().ok(page); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @Description: 在谈项目列表 |
|
|
|
|
|
* @param : |
|
|
|
|
|
* @Return com.epmet.commons.tools.utils.Result<com.epmet.commons.tools.page.PageData < com.epmet.resi.partymember.dto.IcSeedProjectDTO>> |
|
|
|
|
|
* @Author: lichao |
|
|
|
|
|
* @Date: 2024/3/20 15:15 |
|
|
|
|
|
*/ |
|
|
|
|
|
@GetMapping("seedProjectList") |
|
|
|
|
|
public Result<PageData<IcSeedProjectDTO>> seedProjectList(){ |
|
|
|
|
|
Map<String, Object> params = new HashMap<>(); |
|
|
|
|
|
PageData<IcSeedProjectDTO> page = icSeedProjectService.page(params); |
|
|
|
|
|
return new Result<PageData<IcSeedProjectDTO>>().ok(page); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @Description: 科技人才 |
|
|
|
|
|
* @param type: |
|
|
|
|
|
* @Return com.epmet.commons.tools.utils.Result<java.util.List < com.epmet.resi.partymember.dto.IcSeedPowerDTO>> |
|
|
|
|
|
* @Author: lichao |
|
|
|
|
|
* @Date: 2024/3/20 15:09 |
|
|
|
|
|
*/ |
|
|
|
|
|
@GetMapping("seedPowerList") |
|
|
|
|
|
public Result<List<IcSeedPowerDTO>> seedPowerList(Integer type){ |
|
|
|
|
|
List<IcSeedPowerDTO> result = icSeedPowerService.seedPowerList(type); |
|
|
|
|
|
return new Result<List<IcSeedPowerDTO>>().ok(result); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @Description: 领导关怀 |
|
|
|
|
|
* @param type: |
|
|
|
|
|
* @Return com.epmet.commons.tools.utils.Result<java.util.List < com.epmet.resi.partymember.dto.IcSeedStrategyDTO>> |
|
|
|
|
|
* @Author: lichao |
|
|
|
|
|
* @Date: 2024/3/20 15:06 |
|
|
|
|
|
*/ |
|
|
|
|
|
@GetMapping("seedStrategyList") |
|
|
|
|
|
public Result<List<IcSeedStrategyDTO>> seedStrategyList(Integer type){ |
|
|
|
|
|
List<IcSeedStrategyDTO> result = icSeedStrategyService.seedStrategyList(type); |
|
|
|
|
|
return new Result<List<IcSeedStrategyDTO>>().ok(result); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description: 文化移风列表 |
|
|
* @Description: 文化移风列表 |
|
|