Commit fbe7533b by 刘鑫

Merge branch 'develop-16542' into 'develop'

【ID1003885】 博西PEA_V1.0-容量:分站组织容量列表需要显示工作队名称

See merge request !355
2 parents 85e1a4ed a010e3ad
......@@ -97,7 +97,6 @@ public class OrgCapacityServiceImpl implements OrgCapacityService {
content.setShowName(names.get(e.getTeamId()));
content.setDate(e.getWorkday())
.setLayer(e.getLayer())
.setShowName(e.getTeamId())
.setCapTotal(e.getCapTotal())
.setCapUsed(e.getCapUsed())
.setCapLeft(e.getCapLeft())
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!