Explorar el Código

人员工时统计修改

yurk hace 2 años
padre
commit
48e919b106

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/service/impl/ProjectServiceImpl.java

@@ -4218,7 +4218,7 @@ public class ProjectServiceImpl extends ServiceImpl<ProjectMapper, Project> impl
         titleList.add("部门");
         titleList.add("计划工时");
         titleList.add("实际工时");
-        titleList.add("实际占比");
+        titleList.add("实际用时占比");
         dataList.add(titleList);
         for (Map<String, Object> map : resultList) {
             List<String> item=new ArrayList<>();