ysh 2 лет назад
Родитель
Сommit
2da0fd97f7

+ 3 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/service/impl/SysDepartServiceImpl.java

@@ -167,13 +167,15 @@ public class SysDepartServiceImpl extends ServiceImpl<SysDepartMapper, SysDepart
 					}else{
 						errornum = "0";
 					}
-					o.setDepartName(o.getDepartName()+"("+errornum+"/"+usernum+")");
+//					o.setDepartName(o.getDepartName()+"("+errornum+"/"+usernum+")");
+					o.setDepartName(o.getDepartName()+"("+errornum+")");
 				}
 			}
 
 
 
 		}
+
 		//获取人员类型
 		List<SysDictItem> dictList = sysDictItemMapper.selectItemsByMainCode("category");
 		List<Map<String ,Object>> userMap = viewClockInMapper1.selectUserError(viewDate,deptList);

+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/viewClockIn/entity/ExportClockDay.java

@@ -26,8 +26,8 @@ public class ExportClockDay {
 	@Excel(name = "二级部门", width = 15)
 	private String twoDept;
 
-	@Excel(name = "三级部门", width = 15)
-	private String threeDept;
+//	@Excel(name = "三级部门", width = 15)
+//	private String threeDept;
 
 	@Excel(name = "末级部门", width = 15)
 	private String lastDept;