Commit 09c6801d authored by 徐俊's avatar 徐俊

xujun

parent 37661d69
...@@ -233,4 +233,5 @@ public class ComProjectController extends BaseController<ComProjectService, ComP ...@@ -233,4 +233,5 @@ public class ComProjectController extends BaseController<ComProjectService, ComP
response.getWriter().write("导出PDF失败:" + e.getMessage()); response.getWriter().write("导出PDF失败:" + e.getMessage());
} }
} }
} }
\ No newline at end of file
...@@ -200,6 +200,7 @@ public class ComProjectAuditServiceImpl extends BaseServiceImpl<ComProjectAuditD ...@@ -200,6 +200,7 @@ public class ComProjectAuditServiceImpl extends BaseServiceImpl<ComProjectAuditD
return page; return page;
} }
public Pagination<ComProjectAuditDTO> getStatisticListByPage(ComProjectAuditQueryVO vo) { public Pagination<ComProjectAuditDTO> getStatisticListByPage(ComProjectAuditQueryVO vo) {
Pagination<ComProjectAuditDTO> page = new Pagination<ComProjectAuditDTO>(); Pagination<ComProjectAuditDTO> page = new Pagination<ComProjectAuditDTO>();
if (null != vo && null != vo.getAuditType()) { if (null != vo && null != vo.getAuditType()) {
......
...@@ -519,5 +519,5 @@ public class ComTalentApplyServiceImpl extends BaseServiceImpl<ComTalentApplyDAO ...@@ -519,5 +519,5 @@ public class ComTalentApplyServiceImpl extends BaseServiceImpl<ComTalentApplyDAO
model.setTalentState(talentState); model.setTalentState(talentState);
this.update(model); this.update(model);
} }
} }
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