febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/service/impl/EmpLaborTroubleServiceImpl.java
@@ -90,7 +90,7 @@ queryWrapper.eq("a.ArbitrationStatus", empLabortrouble.getArbitrationStatus()); } if (StringUtils.isNotBlank(empLabortrouble.getEmpStatus())) { queryWrapper.in("a.EmpStatus", empLabortrouble.getEmpStatus().split(",")); queryWrapper.in("b.EmpStatus", empLabortrouble.getEmpStatus().split(",")); } if (StringUtils.isNotBlank(empLabortrouble.getArbitrationReason())) { queryWrapper.like("a.ArbitrationReason", empLabortrouble.getArbitrationReason());