Commit e14d28cf authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 7e72f09d
...@@ -1135,7 +1135,8 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -1135,7 +1135,8 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
//前端客服的所有项目权限赋值 //前端客服的所有项目权限赋值
EmployeeRegistrationSearchVo searchVo = new EmployeeRegistrationSearchVo(); EmployeeRegistrationSearchVo searchVo = new EmployeeRegistrationSearchVo();
initSearchVo(searchVo); initSearchVo(searchVo);
List<String> statusList = CommonConstants.processPreStatus; List<String> statusList = new ArrayList<>();
statusList.add(CommonConstants.ONE_STRING);
statusList.add(CommonConstants.THREE_STRING); statusList.add(CommonConstants.THREE_STRING);
searchVo.setStatusList(statusList); searchVo.setStatusList(statusList);
searchVo.setTypeList(CommonConstants.processPreStatus); searchVo.setTypeList(CommonConstants.processPreStatus);
......
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