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

xujun

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