Commit 40c180cd authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP1.7.20' into MVP1.7.20

parents 5d995e2c cc5710b6
...@@ -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