Commit 65f7a6dd by 丁伟峰

Merge branch 'feature-dingwf-0715' into develop

2 parents 9e1bf66b 31282576
......@@ -55,6 +55,7 @@ public class BusinessTeamServiceImpl implements BusinessTeamService {
content.setWorkdays(getWorkdaysChinese(e.getWorkdays()).toString());
content.setEngineers(engineers);
// todo 工作队容量
contents.add(content);
}
BusinessTeamsDTO.Result rs = new BusinessTeamsDTO.Result();
rs.setContent(contents).setTotal(page.getTotalPages()).setPageSize(page.getSize());
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!