Commit 6d0d886e authored by fangxinjiang's avatar fangxinjiang

排查日志删除-fxj

parent 3b703cf4
...@@ -171,13 +171,10 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -171,13 +171,10 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
public IPage<EmployeeRegistration> getHrConfirmEmployeeRegistrationPage(Page<EmployeeRegistration> page, EmployeeRegistrationSearchVo employeeRegistration) { public IPage<EmployeeRegistration> getHrConfirmEmployeeRegistrationPage(Page<EmployeeRegistration> page, EmployeeRegistrationSearchVo employeeRegistration) {
//权限和条件赋值 //权限和条件赋值
initSearchVo(employeeRegistration); initSearchVo(employeeRegistration);
log.error("入职待确认查询条件1:"+employeeRegistration.getStatusList());
if (Common.isEmpty(employeeRegistration.getStatusList())) { if (Common.isEmpty(employeeRegistration.getStatusList())) {
employeeRegistration.setStatusList(CommonConstants.processPreStatus); employeeRegistration.setStatusList(CommonConstants.processPreStatus);
log.error("入职待确认查询条件2:"+CommonConstants.processPreStatus);
} }
employeeRegistration.setTypeList(CommonConstants.processPreStatus); employeeRegistration.setTypeList(CommonConstants.processPreStatus);
log.error("入职待确认查询条件3:"+employeeRegistration.getStatusList());
return baseMapper.getEmployeeRegistrationPage(page, employeeRegistration); return baseMapper.getEmployeeRegistrationPage(page, employeeRegistration);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment