Commit 31282576 by 丁伟峰

fortest

1 parent 7d7ea8db
...@@ -55,6 +55,7 @@ public class BusinessTeamServiceImpl implements BusinessTeamService { ...@@ -55,6 +55,7 @@ public class BusinessTeamServiceImpl implements BusinessTeamService {
content.setWorkdays(getWorkdaysChinese(e.getWorkdays()).toString()); content.setWorkdays(getWorkdaysChinese(e.getWorkdays()).toString());
content.setEngineers(engineers); content.setEngineers(engineers);
// todo 工作队容量 // todo 工作队容量
contents.add(content);
} }
BusinessTeamsDTO.Result rs = new BusinessTeamsDTO.Result(); BusinessTeamsDTO.Result rs = new BusinessTeamsDTO.Result();
rs.setContent(contents).setTotal(page.getTotalPages()).setPageSize(page.getSize()); 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!