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