|
|
@ -152,7 +152,7 @@ public class YiFengScreenController { |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description: 种业咨询列表 |
|
|
|
* @Description: 种业咨询列表 弃用 |
|
|
|
* @param : |
|
|
|
* @Return com.epmet.commons.tools.utils.Result<com.epmet.commons.tools.page.PageData < com.epmet.resi.partymember.dto.IcSeedNewsDTO>> |
|
|
|
* @Author: lichao |
|
|
@ -165,6 +165,13 @@ public class YiFengScreenController { |
|
|
|
return new Result<PageData<IcSeedNewsDTO>>().ok(page); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description: 种业咨询列表new |
|
|
|
* @param : |
|
|
|
* @Return com.epmet.commons.tools.utils.Result<java.util.List < com.epmet.resi.partymember.dto.IcSeedNewsDTO>> |
|
|
|
* @Author: lichao |
|
|
|
* @Date: 2024/3/28 16:55 |
|
|
|
*/ |
|
|
|
@GetMapping("seedNewsScreenList") |
|
|
|
public Result<List<IcSeedNewsDTO>> seedNewsScreenList(){ |
|
|
|
List<IcSeedNewsDTO> result = icSeedNewsService.seedNewsScreenList(); |
|
|
|