Commit 7822e035 authored by 周健威's avatar 周健威

修改代码

parent 7419e5e1
......@@ -313,6 +313,7 @@ public class AdminGaindataController extends BaseController<GainDataBiz, GainDat
@GetMapping("getPageListExport")
public void pageLogicExport(GainDataDTO gainDataDTO) throws Exception{
gainDataDTO.setNeedLog(true);
gainDataDTO.setNeedFile(true);
try {
export(GainDataHead.class, () -> {
List<GainDataVO> datas = baseBiz.selectNoPageVO(gainDataDTO);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment